Compile and bundle translations in CI
This commit is contained in:
parent
fd6ab881a7
commit
35dda16adb
5 changed files with 17 additions and 2 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"dev": "node build/dev-server.js",
|
||||
"start": "node build/dev-server.js",
|
||||
"build": "node build/build.js",
|
||||
"i18n-extract": "find src/ -name '*.vue' | xargs vendor/vue-i18n-xgettext/index.js",
|
||||
"i18n-extract": "find src/ -name '*.vue' | xargs vendor/vue-i18n-xgettext/index.js > ../po/en.po",
|
||||
"i18n-compile": "node build/i18n.js",
|
||||
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
||||
"unit-watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js",
|
||||
"e2e": "node test/e2e/runner.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue