Clean up references to build script
This commit is contained in:
parent
46330f5066
commit
1db03d5615
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "./render.bash",
|
||||
"build": "bash render.bash",
|
||||
"build:targets": "yarn build:client && yarn build:server",
|
||||
"build:client": "tsc -b && vite build --outDir dist/client",
|
||||
"build:server": "tsc -b && vite build --outDir dist/server --ssr src/entry-server.tsx",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue