diff --git a/.travis.yml b/.travis.yml index af446f6..9480396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ install: - npm install script: + - npm build - npm test - npm run coveralls diff --git a/package.json b/package.json index 103c1af..0015076 100644 --- a/package.json +++ b/package.json @@ -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",