Skip to content

Commit 0339392

Browse files
Fix scripts
1 parent d890aa4 commit 0339392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"version": "git add .",
5252
"postversion": "git push && git push --tags",
5353
"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",
54+
"lint": "tslint --project tsconfig.json './src/**/*.ts'",
55+
"lint-fix": "tslint --project tsconfig.json './src/**/*.ts' --fix",
5656
"test": "ts-mocha src/**/*.spec.ts --timeout 10000",
5757
"test-coverage": "nyc npm test && codecov",
5858
"uglify": "uglifyjs build/arrayToTree.js --compress --mangle --output build/arrayToTree.min.js"

0 commit comments

Comments
 (0)