Skip to content

Commit 2d65c69

Browse files
chore: simplify update-version package script (Jonghakseo#752)
1 parent 84a7a93 commit 2d65c69

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"lint:fix": "turbo lint:fix --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
2828
"prettier": "turbo prettier --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
2929
"prepare": "husky",
30-
"update-version": "run-script-os",
31-
"update-version:win32": "bash update_version.sh",
32-
"update-version:default": "./update_version.sh"
30+
"update-version": "bash update_version.sh"
3331
},
3432
"dependencies": {
3533
"react": "18.3.1",
@@ -62,8 +60,7 @@
6260
"tslib": "^2.6.3",
6361
"turbo": "^2.0.12",
6462
"typescript": "5.5.4",
65-
"vite": "5.4.3",
66-
"run-script-os": "^1.1.6"
63+
"vite": "5.4.3"
6764
},
6865
"lint-staged": {
6966
"*.{js,jsx,ts,tsx,json}": [

pnpm-lock.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)