Skip to content

Commit

Permalink
fix(ci): clean appveyor cache, use npm ci
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
  • Loading branch information
lidel committed Sep 14, 2020
1 parent 6088ea5 commit 704789e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ platform:
- x64

cache:
- node_modules
- '%USERPROFILE%\.electron'
# - node_modules
#- '%USERPROFILE%\.electron'

init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 12 x64
- npm install
- npm ci

build_script:
- npm run lint
Expand Down

0 comments on commit 704789e

Please sign in to comment.