mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 19:09:30 +08:00
build: 发版打包配置
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ pnpm-debug.log*
|
|||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
# dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
scripts: {
|
||||||
|
postbump: 'yarn build && git add dist/*',
|
||||||
|
},
|
||||||
|
};
|
||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"release:first": "standard-version -- --first-release",
|
"release:first": "standard-version -- --first-release",
|
||||||
"release": "standard-version"
|
"release": "standard-version --commit-all"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user