Skip to content

Commit edcf001

Browse files
committed
chore: project
1 parent f0a4ec7 commit edcf001

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
2323
"demo.vue.clean": "cd ./demo-vue && ns clean",
2424
"postinstall": "npm run setup",
25-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
25+
"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",
2626
"readme": "lerna run readme && node ./tools/readme.js",
2727
"setup": "npm run submodules && ts-patch install",
2828
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -31,7 +31,7 @@
3131
"update": "node ./tools/update.js",
3232
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
3333
"doc": "node tools/builddoc.mjs",
34-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\""
34+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
3535
},
3636
"commitlint": {
3737
"extends": [
@@ -63,6 +63,7 @@
6363
"workspaces": [
6464
"packages/*",
6565
"demo-vue",
66+
"demo-vue3",
6667
"demo-ng",
6768
"demo-svelte",
6869
"demo-react",

tools

0 commit comments

Comments
 (0)