Skip to content

Commit

Permalink
tsx to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
goodeats committed Jun 17, 2024
1 parent 71490d6 commit fbb6103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fly:console:prisma:studio:proxy:prod": "npm run fly:console:prisma:studio:proxy -- --env=production",
"fly:console:prisma:studio:proxy:staging": "npm run fly:console:prisma:studio:proxy -- --env=staging",
"fly:console:prisma:studio:proxy": "./scripts/fly.io/app-console-prisma-studio-proxy.sh",
"data:migrate": "npx vite-node ./prisma/data-migrations/populate-design-attributes-by-type.ts",
"data:migrate": "tsx ./prisma/data-migrations/populate-design-attributes-by-type.ts",
"prepare": "husky install"
},
"eslintIgnore": [
Expand Down

0 comments on commit fbb6103

Please sign in to comment.