Try to make travis happy (again)
This commit is contained in:
parent
8060b1b73b
commit
621df26b58
@ -9,5 +9,5 @@ node_js:
|
|||||||
before_install:
|
before_install:
|
||||||
- npm install --only=dev
|
- npm install --only=dev
|
||||||
script:
|
script:
|
||||||
- npm run prepare
|
- npm run build
|
||||||
- npm test
|
- npm test
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
"typescript": "^2.6.2"
|
"typescript": "^2.6.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "tsc",
|
"build": "tsc",
|
||||||
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
|
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
|
||||||
"start": "node ./bin/crunchy"
|
"start": "node ./bin/crunchy"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user