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 d890aa4 commit 0339392Copy full SHA for 0339392
package.json
@@ -51,8 +51,8 @@
51
"version": "git add .",
52
"postversion": "git push && git push --tags",
53
"build": "rm -rf build && tsc && npm run uglify",
54
- "lint": "rm -rf build && tslint --project tsconfig.json './src/**/*.ts'",
55
- "lint-fix": "rm -rf build && tslint --project tsconfig.json './src/**/*.ts' --fix",
+ "lint": "tslint --project tsconfig.json './src/**/*.ts'",
+ "lint-fix": "tslint --project tsconfig.json './src/**/*.ts' --fix",
56
"test": "ts-mocha src/**/*.spec.ts --timeout 10000",
57
"test-coverage": "nyc npm test && codecov",
58
"uglify": "uglifyjs build/arrayToTree.js --compress --mangle --output build/arrayToTree.min.js"
0 commit comments