Skip to content

Commit

Permalink
chore: simplify update-version package script (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykKuniczak authored Sep 22, 2024
1 parent 84a7a93 commit 2d65c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"lint:fix": "turbo lint:fix --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"prettier": "turbo prettier --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"prepare": "husky",
"update-version": "run-script-os",
"update-version:win32": "bash update_version.sh",
"update-version:default": "./update_version.sh"
"update-version": "bash update_version.sh"
},
"dependencies": {
"react": "18.3.1",
Expand Down Expand Up @@ -62,8 +60,7 @@
"tslib": "^2.6.3",
"turbo": "^2.0.12",
"typescript": "5.5.4",
"vite": "5.4.3",
"run-script-os": "^1.1.6"
"vite": "5.4.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d65c69

Please sign in to comment.