mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
fix: change build script
This commit is contained in:
parent
84a93e4344
commit
e9391d644f
@ -7,11 +7,9 @@
|
|||||||
"prepared": "npm i && cd service && npm i",
|
"prepared": "npm i && cd service && npm i",
|
||||||
"serve": "npm run dev & cd service && npm run dev",
|
"serve": "npm run dev & cd service && npm run dev",
|
||||||
"dev": "cross-env NODE_ENV=development vite",
|
"dev": "cross-env NODE_ENV=development vite",
|
||||||
|
"build": "cross-env NODE_ENV=production && vite build",
|
||||||
"v-build": "cross-env NODE_ENV=production && vite build",
|
"v-build": "cross-env NODE_ENV=production && vite build",
|
||||||
"v-build-hard": "cross-env NODE_ENV=production vue-tsc --noEmit && vite build",
|
"v-build-hard": "cross-env NODE_ENV=production vue-tsc --noEmit && vite build"
|
||||||
"build": "node script/set config.json && npm run v-build && sh script/reverse.sh",
|
|
||||||
"publish": "sh script/publish.sh",
|
|
||||||
"publish-fast": "git add . && git commit -m 'build: auto publish' && sh script/publish.sh"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@palxp/color-picker": "workspace:*",
|
"@palxp/color-picker": "workspace:*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user