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 86d3a91 commit c4b6c4eCopy full SHA for c4b6c4e
package.json
@@ -52,7 +52,7 @@
52
"version": "git add .",
53
"postversion": "git push && git push --tags",
54
"build": "rm -rf build && tsc && npm run uglify",
55
- "lint": "rm -rf build && tslint --type-check --project tsconfig.json './src/**/*.ts'",
+ "lint": "rm -rf build && tslint --project tsconfig.json './src/**/*.ts'",
56
"test-spec": "mocha build/**/*.spec.js -R spec --bail",
57
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- build/**/*.spec.js -R spec --bail",
58
"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