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 684c30a commit 9cb0c92Copy full SHA for 9cb0c92
package.json
@@ -34,7 +34,7 @@
34
"demo.vue.clean": "cd ./demo-vue && ns clean",
35
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
36
"postinstall": "npm run setup",
37
- "publish": "npm run clean && npm run build.all && npm run readme && lerna publish --no-private --create-release=github --force-publish",
+ "publish": "npm run clean && npm run build.all && npm run readme && npm run doc && lerna publish --no-private --create-release=github --force-publish",
38
"readme": "lerna run readme && node ./tools/readme.js",
39
"setup": "npm run submodules && ts-patch install",
40
"start": "./node_modules/.bin/ntl -A -s 15 -o",
0 commit comments