Skip to content

Commit

Permalink
#5 build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Nov 2, 2018
1 parent 94b2283 commit f132753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- npm install

script:
- npm build
- npm test
- npm run coveralls

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"debug": "tsc | nodemon dist/src/main.js --nolazy --debug-brk=5858",
"start": "tsc -w | jest --watch | nodemon dist/src/main.js",
"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.release.json",
"build": "tsc",
"build:watch": "tsc -w -p tsconfig.release.json",
"lint": "tslint -t stylish --project \"tsconfig.json\"",
"test": "jest --coverage",
Expand Down

0 comments on commit f132753

Please sign in to comment.