fix: exclude node_modules from deps archive
This commit is contained in:
parent
4746115dd1
commit
4ffaaf40e1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user