Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomps4 committed Oct 22, 2021
1 parent 7ca57ec commit c0e2f58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/create-bison-app/template/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"db:deploy": "yarn prisma migrate deploy",
"db:reset": "yarn prisma migrate reset",
"db:seed": "yarn prisma db seed",
"db:seed:prod": "APP_ENV=production prisma db seed",
"db:seed:prod": "cross-env APP_ENV=production prisma db seed",
"db:setup": "yarn db:reset",
"dev": "concurrently -n \"WATCHERS,NEXT\" -c \"black.bgYellow.dim,black.bgCyan.dim\" \"yarn watch:all\" \"next dev\"",
"dev:typecheck": "tsc --noEmit",
Expand Down Expand Up @@ -48,9 +48,6 @@
"watch:nexus": "yarn ts-node --transpile-only --respawn --watch graphql/schema.ts,prisma/schema.prisma graphql/schema.ts",
"watch:ts": "yarn dev:typecheck --watch"
},
"prisma": {
"seed": "yarn ts-node prisma/seed.ts"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@chakra-ui/react": "^1.6.4",
Expand Down

0 comments on commit c0e2f58

Please sign in to comment.