mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 12:38:16 +08:00
build: 发版打包配置
This commit is contained in:
parent
6556d118f7
commit
560e9d9d35
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,7 +8,7 @@ pnpm-debug.log*
|
|||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
# dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
|
|
5
.versionrc.cjs
Normal file
5
.versionrc.cjs
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
scripts: {
|
||||
postbump: 'yarn build && git add dist/*',
|
||||
},
|
||||
};
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "vite preview",
|
||||
"prepare": "husky install",
|
||||
"release:first": "standard-version -- --first-release",
|
||||
"release": "standard-version"
|
||||
"release": "standard-version --commit-all"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user