Fix bun run build
This commit is contained in:
parent
b4f7769375
commit
7462e56d74
5 changed files with 7 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"build": "react-router build",
|
||||
"dev": "react-router dev",
|
||||
"start": "react-router-serve ./build/server/index.js",
|
||||
"typecheck": "react-router typegen && tsc",
|
||||
"typecheck": "react-router typegen && tsc -p tsconfig.cssmodulehack.json",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue