mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Moves locales out of src and into build dir. Changes npm commands from extract/compile to extract-strings/compile-strings
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"test": "jest --watch --coverage",
|
||||
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx",
|
||||
"add-locale": "lingui add-locale",
|
||||
"extract": "lingui extract",
|
||||
"compile": "lingui compile"
|
||||
"extract-strings": "lingui extract",
|
||||
"compile-strings": "lingui compile"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user