Explorar el Código

fix: exclude node_modules from deps archive

NGPixel hace 8 años
padre
commit
4ffaaf40e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.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: