Skip to content

Commit

Permalink
fix(starter-typescript): fix i18n extract command (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT authored Jul 1, 2022
1 parent d691e60 commit 533dff6
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

1 comment on commit 533dff6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-5b7kmzbfs-commercetools.vercel.app

Built with commit 533dff6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.