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 6a1710b commit 9b6b287Copy full SHA for 9b6b287
package.json
@@ -21,6 +21,9 @@
21
"uglify-js": "^2.8.23"
22
},
23
"scripts": {
24
+ "preversion": "yarn && npm run lint && npm run build && npm run test-and-send-cov-to-coveralls",
25
+ "version": "git add .",
26
+ "postversion": "git push && git push --tags",
27
"build": "rm -rf build && tsc && npm run uglify",
28
"lint": "rm -rf build && tslint --type-check --project tsconfig.json './src/**/*.ts'",
29
"test-spec": "mocha build/**/*.spec.js -R spec --bail",
0 commit comments