We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862d21d commit 0384beeCopy full SHA for 0384bee
package.json
@@ -31,7 +31,7 @@
31
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr",
32
"postinstall": "npm run setup",
33
"prepare": "npm run setup",
34
- "publish": "npm run setup && npm run clean && npm run build.all && lerna publish --create-release=github --force-publish",
+ "publish": "npm run clean && npm run build.all && lerna publish --create-release=github --force-publish",
35
"readme": "node ./tools/readme.js",
36
"setup": "npm run submodules && ts-patch install",
37
"start": "./node_modules/.bin/ntl -A -s 15 -o",
0 commit comments