Skip to content

Commit

Permalink
missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomps4 committed Nov 16, 2021
1 parent c65de04 commit 093056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-bison-app/template/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"g:test:request": "hygen test request --name",
"g:test:util": "hygen test util --name",
"lint": "yarn eslint . --ext .ts,.tsx --fix --ignore-pattern tmp",
"run:script": "yarn ts-node prisma/scripts/run.ts -f"
"run:script": "yarn ts-node prisma/scripts/run.ts -f",
"setup:dev": "yarn db:setup && yarn build:types",
"start": "next start -p $PORT",
"test": "yarn withEnv:test jest --runInBand --watch",
Expand Down

0 comments on commit 093056c

Please sign in to comment.