Add locales to release archive

This commit is contained in:
Thomas Oberndörfer 2019-08-09 14:29:36 +02:00
parent 769d7d1c52
commit 93af442fff
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"test:integration": "mocha --exit --opts test/mocha.opts ./test/integration",
"release": "npm run release:install && npm run release:archive",
"release:install": "rm -rf node_modules/ && npm install --production",
"release:archive": "zip -rq release.zip package.json package-lock.json node_modules/ *.js src/ config/"
"release:archive": "zip -rq release.zip package.json package-lock.json node_modules/ *.js src/ config/ locales/"
},
"dependencies": {
"co-body": "6.0.0",