Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 0cfe311

Browse files
committed
Fix deploi
1 parent f03568c commit 0cfe311

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ script:
2121
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
2222
electronuserland/builder:wine \
2323
/bin/bash -c "npm install && npm run build"
24+
25+
after_script:
26+
- rm -rf dist/*/
27+
2428
before_cache:
2529
- rm -rf $HOME/.cache/electron-builder/wine
2630

0 commit comments

Comments
 (0)