Skip to content

Commit f3832c9

Browse files
committed
fix: update setup:dev to gen types before db:setup
1 parent e1dc76c commit f3832c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-bison-app/template/package.json.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"g:test:util": "hygen test util --name",
3535
"lint": "yarn eslint . --ext .ts,.tsx --fix --ignore-pattern tmp",
3636
"run:script": "yarn ts-node prisma/scripts/run.ts -f",
37-
"setup:dev": "yarn db:setup && yarn build:types",
37+
"setup:dev": "yarn build:types && yarn db:setup",
3838
"start": "next start -p $PORT",
3939
"test": "yarn withEnv:test jest --runInBand --watch",
4040
"test:ci": "yarn withEnv:test jest --runInBand",

0 commit comments

Comments
 (0)