We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec4aa7 commit 58762cdCopy full SHA for 58762cd
package.json
@@ -28,7 +28,7 @@
28
"snapshot": "bash infrastructure/backups/backup.sh",
29
"port-forward": "bash infrastructure/port-forward.sh",
30
"environment:init": "ts-node infrastructure/environments/setup-environment.ts",
31
- "sort-translations": "ts-node -r tsconfig-paths/register src/sort-translations.ts"
+ "sort-translations": "cross-env NODE_ENV=development ts-node -r tsconfig-paths/register src/sort-translations.ts"
32
},
33
"devDependencies": {
34
"@graphql-codegen/add": "^3.1.1",
0 commit comments