Skip to content

Commit f220c9e

Browse files
committed
chore(ci): update appveyor config, script
1 parent 55efce6 commit f220c9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ test_script:
2222
- node --version
2323
- npm --version
2424
- which npm
25+
- npm run appveyor:build
2526
- npm run appveyor:lint
2627
- npm run appveyor:test
2728

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"bin"
2626
],
2727
"scripts": {
28-
"appveyor:lint": "lerna bootstrap && npm run lint",
28+
"appveyor:build": "lerna bootstrap && npm run build",
29+
"appveyor:lint": "npm run lint && npm run tslint",
2930
"appveyor:test": "npm run test",
3031
"bootstrap": "npm run clean:all && npm install && lerna bootstrap",
3132
"build": "tsc",

0 commit comments

Comments
 (0)