فهرست منبع

fix: exclude node_modules from deps archive

NGPixel 8 سال پیش
والد
کامیت
4ffaaf40e1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: