fix: exclude node_modules from deps archive

pull/180/merge v1.0.4
NGPixel 7 years ago
parent 4746115dd1
commit 4ffaaf40e1

@ -21,7 +21,7 @@ before_script:
before_deploy: before_deploy:
- tar -czf wiki-js.tar.gz * -X .build/.deployexclude - tar -czf wiki-js.tar.gz * -X .build/.deployexclude
- yarn install --production --ignore-scripts --prefer-offline - yarn install --production --ignore-scripts --prefer-offline
- tar -czf node_modules.tar.gz node_modules - tar -czf node_modules.tar.gz -C node_modules .
deploy: deploy:
provider: releases provider: releases
api_key: api_key:

Loading…
Cancel
Save