Skip to content

Commit

Permalink
Add locales to release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Nov 14, 2019
1 parent c4c174f commit dcd8171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ script:
- npm run test
before_deploy:
- npm run build
- npm install htmlparser2
- mkdir release
- mv public/locales release/
- npm install htmlparser2
- node scripts/extract-scripts.js release
- zip -r release.zip release
deploy:
Expand Down

0 comments on commit dcd8171

Please sign in to comment.