You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: package.json
+3-2
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
"demo.vue.clean": "cd ./demo-vue && ns clean",
35
35
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
36
36
"postinstall": "npm run setup",
37
-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
37
+
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes && lerna publish",
38
38
"readme": "lerna run readme && node ./tools/readme.js",
39
39
"setup": "npm run submodules && ts-patch install",
0 commit comments