Skip to content

Commit

Permalink
Try using explicit prisma generate in todos example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Jan 10, 2024
1 parent a8c9f00 commit 62044cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "elm-pages dev",
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
"build": "elm-pages build --keep-cache",
"build": "prisma generate && elm-pages build --keep-cache",
"generate:tailwind": "elm-tailwind-modules --dir ./gen --tailwind-config tailwind.config.js",
"generate:graphql": "elm-graphql https://elm-pages-todos.hasura.app/v1/graphql --header \"x-hasura-admin-secret: $SMOOTHIES_HASURA_SECRET\" --output gen"
},
Expand Down

0 comments on commit 62044cc

Please sign in to comment.