Skip to content

Commit f132753

Browse files
committed
#5 build before test
1 parent 94b2283 commit f132753

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install:
1616
- npm install
1717

1818
script:
19+
- npm build
1920
- npm test
2021
- npm run coveralls
2122

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"debug": "tsc | nodemon dist/src/main.js --nolazy --debug-brk=5858",
2727
"start": "tsc -w | jest --watch | nodemon dist/src/main.js",
2828
"clean": "rimraf coverage build tmp",
29-
"build": "tsc -p tsconfig.release.json",
29+
"build": "tsc",
3030
"build:watch": "tsc -w -p tsconfig.release.json",
3131
"lint": "tslint -t stylish --project \"tsconfig.json\"",
3232
"test": "jest --coverage",

0 commit comments

Comments
 (0)