Skip to content

Commit 6b779f4

Browse files
author
farfromrefug
committed
chore: porject
1 parent 2b7ed8a commit 6b779f4

File tree

5 files changed

+635
-473
lines changed

5 files changed

+635
-473
lines changed

demo-vue

lerna.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"useWorkspaces": true,
99
"command": {
1010
"publish": {
11-
"cleanupTempFiles": true,
12-
"removePackageFields": [
13-
"devDependencies",
14-
"scripts"
15-
]
11+
"cleanupTempFiles": true
1612
}
1713
},
1814
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"demo.vue.clean": "cd ./demo-vue && ns clean",
2121
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
2222
"demo.vue.ios.dev": "npm run build && cd ./demo-vue && ns run ios --no-hmr --env.development",
23-
"doc": "node tools/builddoc.mjs",
23+
"doc": "node tools/builddoc.js",
2424
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
2525
"postinstall": "npm run setup",
2626
"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",

0 commit comments

Comments
 (0)