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 9ea1978 commit 10d541eCopy full SHA for 10d541e
package.json
@@ -53,6 +53,7 @@
53
"postversion": "git push && git push --tags",
54
"build": "rm -rf build && tsc && npm run uglify",
55
"lint": "rm -rf build && tslint --project tsconfig.json './src/**/*.ts'",
56
+ "lint-fix": "rm -rf build && tslint --project tsconfig.json './src/**/*.ts' --fix",
57
"test-spec": "mocha build/**/*.spec.js -R spec --bail",
58
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- build/**/*.spec.js -R spec --bail",
59
"test-and-send-cov-to-coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- build/**/*.spec.js -R spec --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
0 commit comments