Skip to content

Commit

Permalink
Update travis-ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed May 23, 2020
1 parent 8f8e7a5 commit 9e37104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,8 +7,9 @@ install:
- npm install

script:
- npm run build
- npm run lint
- npm run test:ts
- npm run build

cache:
directories:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,8 @@
"scripts": {
"build": "node ./scripts/build.js",
"dev": "webpack-dev-server --mode development",
"lint": "eslint ./src --fix",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"test:ts": "tsc --target ES6 --noImplicitAny --noEmit spec/ts/index.ts"
},
"devDependencies": {
Expand Down

0 comments on commit 9e37104

Please sign in to comment.