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:
Clay Diffrient 2018-09-07 14:27:38 -06:00
parent 038853421e
commit a8001ceb3e
1 changed files with 1 additions and 1 deletions

View File

@ -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\"",