We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dc76c commit f3832c9Copy full SHA for f3832c9
packages/create-bison-app/template/package.json.ejs
@@ -34,7 +34,7 @@
34
"g:test:util": "hygen test util --name",
35
"lint": "yarn eslint . --ext .ts,.tsx --fix --ignore-pattern tmp",
36
"run:script": "yarn ts-node prisma/scripts/run.ts -f",
37
- "setup:dev": "yarn db:setup && yarn build:types",
+ "setup:dev": "yarn build:types && yarn db:setup",
38
"start": "next start -p $PORT",
39
"test": "yarn withEnv:test jest --runInBand --watch",
40
"test:ci": "yarn withEnv:test jest --runInBand",
0 commit comments