We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55efce6 commit f220c9eCopy full SHA for f220c9e
.appveyor.yml
@@ -22,6 +22,7 @@ test_script:
22
- node --version
23
- npm --version
24
- which npm
25
+ - npm run appveyor:build
26
- npm run appveyor:lint
27
- npm run appveyor:test
28
package.json
@@ -25,7 +25,8 @@
"bin"
],
"scripts": {
- "appveyor:lint": "lerna bootstrap && npm run lint",
+ "appveyor:build": "lerna bootstrap && npm run build",
29
+ "appveyor:lint": "npm run lint && npm run tslint",
30
"appveyor:test": "npm run test",
31
"bootstrap": "npm run clean:all && npm install && lerna bootstrap",
32
"build": "tsc",
0 commit comments