Skip to content

Commit

Permalink
Merge pull request #181 from goodeats/177-designs-to-polymorphic-model-2
Browse files Browse the repository at this point in the history
tsx to run command
  • Loading branch information
goodeats authored Jun 17, 2024
2 parents 71490d6 + fbb6103 commit c2fe9d8
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 c2fe9d8

Please sign in to comment.