chore: update publish script

This commit is contained in:
GyDi
2022-01-08 01:51:24 +08:00
parent 1d38739016
commit 8b9e3f1b59
3 changed files with 43 additions and 26 deletions

View File

@@ -8,9 +8,9 @@
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:serve": "vite preview",
"prepare": "husky install",
"predev": "node scripts/pre-dev.mjs",
"postversion": "node scripts/post-version.mjs"
"publish": "node scripts/publish.mjs",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.7.0",