Skip to content

Commit

Permalink
chore: fix version script to include build
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Nov 13, 2024
1 parent aef02e1 commit 58659be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint:write": "eslint . --fix && yarn docs:gen && prettier --write --ignore-unknown .",
"lint:check": "eslint . && prettier --check .",
"prepare": "husky install",
"version": "yarn build:dev"
"version": "yarn build:libs"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
Expand Down

0 comments on commit 58659be

Please sign in to comment.