We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1d3f commit 2c9a434Copy full SHA for 2c9a434
package.json
@@ -33,6 +33,7 @@
33
"lint": "eslint -c ./.eslintrc.yml \"packages/**/*.{js,ts,tsx}\"",
34
"test": "ava",
35
"test:jest": "jest --config jest.config.js",
36
+ "version": "pnpm install && git add .",
37
"postinstall": "husky install"
38
},
39
"devDependencies": {
0 commit comments