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 2003ebe commit c67eee7Copy full SHA for c67eee7
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"prepublish": "npm run build",
13
"build": "tsc",
14
- "test": "npm run lint && tsc && ava tests/**/test.js --serial",
+ "test": "npm run build && npm run lint",
15
"lint": "tslint {src,test}/**/*.ts",
16
"start": "ts-node src/bin.ts"
17
},
0 commit comments