Skip to content

Commit ca23885

Browse files
committed
fix: set node env to development on sort-translations
1 parent 6ec4aa7 commit ca23885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"snapshot": "bash infrastructure/backups/backup.sh",
2929
"port-forward": "bash infrastructure/port-forward.sh",
3030
"environment:init": "ts-node infrastructure/environments/setup-environment.ts",
31-
"sort-translations": "ts-node -r tsconfig-paths/register src/sort-translations.ts"
31+
"sort-translations": "NODE_ENV=development ts-node -r tsconfig-paths/register src/sort-translations.ts"
3232
},
3333
"devDependencies": {
3434
"@graphql-codegen/add": "^3.1.1",

0 commit comments

Comments
 (0)