Skip to content

Commit 712d779

Browse files
committed
👷 Fix wrong bundle filename in Travis config
1 parent e5bea86 commit 712d779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script: yarn build
77
after_script: greenkeeper-lockfile-upload
88

99
before_deploy:
10-
- zip -rv compiled-source.zip dist/*
10+
- zip -rv bundle.zip dist/*
1111

1212
deploy:
1313
- provider: npm

0 commit comments

Comments
 (0)