From f220c9ecd61e0b78045a88f4942421f83965661b Mon Sep 17 00:00:00 2001 From: dhruvdutt Date: Thu, 5 Jul 2018 03:14:21 +0530 Subject: [PATCH] chore(ci): update appveyor config, script --- .appveyor.yml | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e252a5e49a0..e2dc3c6d4d6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,6 +22,7 @@ test_script: - node --version - npm --version - which npm + - npm run appveyor:build - npm run appveyor:lint - npm run appveyor:test diff --git a/package.json b/package.json index 948bd3d6b1a..8164d4ca9fc 100644 --- a/package.json +++ b/package.json @@ -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",