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 c707af4 commit 1e6f5b2Copy full SHA for 1e6f5b2
package.json
@@ -56,6 +56,8 @@
56
"build:dts": "dts-bundle-generator -o dist/codeboost.d.ts src/lib/CodeBoost.ts",
57
"build": "npm run build:cli && npm run build:lib && npm run build:dts",
58
"dev": "npm run build:cli && node dist/cli.js",
59
+ "preversion": "npm run test",
60
+ "postversion": "npm run build",
61
"prepare": "husky install"
62
},
63
"dependencies": {
0 commit comments