Skip to content

Commit

Permalink
chore(ci): update appveyor config, script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Jul 4, 2018
1 parent 55efce6 commit f220c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test_script:
- node --version
- npm --version
- which npm
- npm run appveyor:build
- npm run appveyor:lint
- npm run appveyor:test

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"bin"
],
"scripts": {
"appveyor:lint": "lerna bootstrap && npm run lint",
"appveyor:build": "lerna bootstrap && npm run build",
"appveyor:lint": "npm run lint && npm run tslint",
"appveyor:test": "npm run test",
"bootstrap": "npm run clean:all && npm install && lerna bootstrap",
"build": "tsc",
Expand Down

0 comments on commit f220c9e

Please sign in to comment.