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 7c4a216 commit fdf2fa3Copy full SHA for fdf2fa3
1 file changed
package.json
@@ -11,6 +11,7 @@
11
"clean": "rimraf lib",
12
"prepublish": "npm run build",
13
"postpublish": "npm run clean",
14
+ "preversion": "npm run lint && npm run test",
15
"version": "auto-changelog --package --template compact; git add CHANGELOG.md"
16
},
17
"repository": {
0 commit comments