Browse Source

fix: exclude node_modules from deps archive

pull/180/merge v1.0.4
NGPixel 7 years ago
parent
commit
4ffaaf40e1
1 changed files with 1 additions and 1 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -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…
Cancel
Save