Use newer options for format-message extract
refs CORE-1723 Test Plan: - Automated tests pass Change-Id: I02ba47514b01501b9da4f079dc5965686910c866 Reviewed-on: https://gerrit.instructure.com/163636 Tested-by: Jenkins Reviewed-by: Brent Burgoyne <bburgoyne@instructure.com> Product-Review: Clay Diffrient <cdiffrient@instructure.com> QA-Review: Clay Diffrient <cdiffrient@instructure.com>
This commit is contained in:
parent
038853421e
commit
a8001ceb3e
|
@ -5,7 +5,7 @@
|
|||
"main": "lib/index.js",
|
||||
"module": "lib/modules/index.js",
|
||||
"scripts": {
|
||||
"extract": "format-message extract \"src*/**/*.js\" > locales/en.json",
|
||||
"extract": "format-message extract \"src*/**/*.js\" -g underscored_crc32 -o locales/en.json",
|
||||
"integration-test": "nightwatch --env integration",
|
||||
"lint": "eslint \"src/**/*.js\" \"test/**/*.js\"",
|
||||
"lint:fix": "eslint --fix \"src/**/*.js\" \"app/**/*.js\" \"test/**/*.js\" \"shared/**/*.js\"",
|
||||
|
|
Loading…
Reference in New Issue