We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f19b2 commit c8e3583Copy full SHA for c8e3583
.travis.yml
@@ -14,7 +14,7 @@ jobs:
14
- export MIN_ZIP_NAME=${PKG_NAME}_v${PKG_VERSION}_min.zip
15
- cd dist
16
- zip -9 --recurse-paths ../$ZIP_NAME **
17
- - zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.*
+ - zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.* --exclude \*.map
18
- cd ..
19
deploy:
20
- provider: pages
0 commit comments