We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449582d commit 117aa84Copy full SHA for 117aa84
1 file changed
package.json
@@ -9,12 +9,12 @@
9
"README.md"
10
],
11
"scripts": {
12
+ "build": "rimraf dist && tsc",
13
+ "lint": "tslint -c tslint.json 'src/**/*.ts'",
14
"prepublish": "npm run build",
15
"precommit": "npm run test",
- "build": "rimraf dist && tsc",
16
"pretest": "npm run lint",
- "test": "jest",
17
- "lint": "tslint -c tslint.json 'src/**/*.ts'"
+ "test": "jest"
18
},
19
"repository": {
20
"type": "git",
0 commit comments