File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
13
13
"generate" : " nuxi generate playground" ,
14
14
"docs" : " rm -rf playground/.output && npm run generate && rm -rf docs && mv playground/.output/public docs && touch docs/.nojekyll && rm -rf playground/.output playground/dist && git add docs" ,
15
- "release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
15
+ "release" : " npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
16
16
"lint" : " eslint ." ,
17
17
"sass:convert" : " sass -w src/runtime/styles.scss src/runtime/styles.css" ,
18
18
"cleanup" : " rm -rf node_modules package-lock.json dist generate .nuxt playground/.nuxt playground/node_modules playground/package-lock.json playground2/.nuxt playground2/node_modules playground2/package-lock.json" ,
You can’t perform that action at this time.
0 commit comments