Skip to content

Commit 0dcd161

Browse files
committed
test(tslint): move tslint from "prepare" script to "test"
1 parent 0c1c1ce commit 0dcd161

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
@@ -14,8 +14,8 @@
1414
"bugs": "https://github.com/softwareventures/array/issues",
1515
"homepage": "https://github.com/softwareventures/array",
1616
"scripts": {
17-
"prepare": "tslint --project . && tsc",
18-
"test": "echo No tests yet",
17+
"prepare": "tsc",
18+
"test": "tslint --project .",
1919
"semantic-release": "semantic-release"
2020
},
2121
"sideEffects": false,

0 commit comments

Comments
 (0)