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

Commit ec4fafb

Browse files
committed
ci(travis): update deploy config
1 parent 9fd7a1b commit ec4fafb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ script:
3131
before_deploy:
3232
- rm -rf ./dist
3333
- ng build
34-
- rm -rf ./node_modules
34+
- yes | rm *.* && rm -rf ./e2e ./node_modules ./src
35+
- cp -r ./dist/* ./
3536

3637
deploy:
3738
provider: azure_web_apps

0 commit comments

Comments
 (0)