We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bea86 commit 712d779Copy full SHA for 712d779
.travis.yml
@@ -7,7 +7,7 @@ script: yarn build
7
after_script: greenkeeper-lockfile-upload
8
9
before_deploy:
10
- - zip -rv compiled-source.zip dist/*
+ - zip -rv bundle.zip dist/*
11
12
deploy:
13
- provider: npm
0 commit comments