Skip to content

Commit 2c9a434

Browse files
committed
chore: add version hook
1 parent c2d1d3f commit 2c9a434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"lint": "eslint -c ./.eslintrc.yml \"packages/**/*.{js,ts,tsx}\"",
3434
"test": "ava",
3535
"test:jest": "jest --config jest.config.js",
36+
"version": "pnpm install && git add .",
3637
"postinstall": "husky install"
3738
},
3839
"devDependencies": {

0 commit comments

Comments
 (0)