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 94b2283 commit f132753Copy full SHA for f132753
.travis.yml
@@ -16,6 +16,7 @@ install:
16
- npm install
17
18
script:
19
+ - npm build
20
- npm test
21
- npm run coveralls
22
package.json
@@ -26,7 +26,7 @@
26
"debug": "tsc | nodemon dist/src/main.js --nolazy --debug-brk=5858",
27
"start": "tsc -w | jest --watch | nodemon dist/src/main.js",
28
"clean": "rimraf coverage build tmp",
29
- "build": "tsc -p tsconfig.release.json",
+ "build": "tsc",
30
"build:watch": "tsc -w -p tsconfig.release.json",
31
"lint": "tslint -t stylish --project \"tsconfig.json\"",
32
"test": "jest --coverage",
0 commit comments