Skip to content

Commit

Permalink
Merge 3f1a77a into 338e4bc
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT authored Jul 1, 2022
2 parents 338e4bc + 3f1a77a commit 7f800d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile-html": "mc-scripts compile-html",
"compile-html:local": "MC_APP_ENV=development mc-scripts compile-html --transformer @commercetools-frontend/mc-dev-authentication/transformer-local.js",
"start:prod:local": "yarn compile-html:local && mc-scripts serve",
"extract-intl": "formatjs extract --format=./intl-formatter.js --out-file=./src/i18n/data/core.json 'src/**/!(*.spec).js'",
"extract-intl": "formatjs extract --format=./intl-formatter.js --out-file=./src/i18n/data/core.json 'src/**/!(*.spec).(ts|tsx)'",
"test": "jest --config jest.test.config.js",
"test:watch": "jest --config jest.test.config.js --watch",
"lint": "jest --config jest.eslint.config.js",
Expand Down

0 comments on commit 7f800d8

Please sign in to comment.