Skip to content
Snippets Groups Projects
Commit 4ffaaf40 authored by NGPixel's avatar NGPixel
Browse files

fix: exclude node_modules from deps archive

parent 4746115d
Branches
Tags v1.0.4
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment