Commit 4ffaaf40 authored by NGPixel's avatar NGPixel

fix: exclude node_modules from deps archive

parent 4746115d
...@@ -21,7 +21,7 @@ before_script: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment