Skip to content

Commit

Permalink
Update translate-incidents script to use npx for execution
Browse files Browse the repository at this point in the history
  • Loading branch information
pdcp1 committed Feb 5, 2025
1 parent 07cfe04 commit 8157b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"process-notifications": "npx tsx --env-file=.env src/scripts/process-notifications.ts",
"process-notifications:ci": "npx tsx src/scripts/process-notifications.ts",
"translate-reports": "node src/scripts/translateReports.js",
"translate-incidents": "node src/scripts/translateIncidents.ts",
"translate-incidents": "npx tsx src/scripts/translateIncidents.ts",
"magic-link": "npx tsx --env-file=.env src/scripts/magic-link.ts $1 $2"
},
"devDependencies": {
Expand Down

0 comments on commit 8157b47

Please sign in to comment.