Skip to content

Commit

Permalink
fix remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 11, 2018
1 parent 3d27421 commit 74e160c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ install:
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%PATH%
- npm i -g bolt@0.20.1
- ps: Remove-Item -Recurse -Force node_modules
- if not exist "node_modules" mkdir node_modules
- ps: Remove-Item node_modules -Recurse -Force
- bolt
- bolt build
- ps: |
Expand Down

0 comments on commit 74e160c

Please sign in to comment.