fix: exclude node_modules from deps archive

This commit is contained in:
NGPixel 2017-07-26 21:54:56 -04:00
parent 4746115dd1
commit 4ffaaf40e1

View File

@ -21,7 +21,7 @@ before_script:
before_deploy:
- tar -czf wiki-js.tar.gz * -X .build/.deployexclude
- 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:
provider: releases
api_key: