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 0c1c1ce commit 0dcd161Copy full SHA for 0dcd161
package.json
@@ -14,8 +14,8 @@
14
"bugs": "https://github.com/softwareventures/array/issues",
15
"homepage": "https://github.com/softwareventures/array",
16
"scripts": {
17
- "prepare": "tslint --project . && tsc",
18
- "test": "echo No tests yet",
+ "prepare": "tsc",
+ "test": "tslint --project .",
19
"semantic-release": "semantic-release"
20
},
21
"sideEffects": false,
0 commit comments