From c56562f4cc25d59687501a5f26d6855d064f88b9 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Thu, 3 Nov 2016 05:42:42 +0000 Subject: [PATCH] fix win32 ci --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e72fafb2..d61bff97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,9 +17,12 @@ install: test_script: - node --version - npm --version + - npm run clean - npm run eslint - npm run tslint + - npm run build - npm run test:chrome + - npm run sloc # Don't actually build. build: off -- GitLab