completionId: cgen-2d8453bd03e8473799b822e6429a3686
cgen-2d8453bd03e8473799b822e6429a3686
This commit is contained in:
parent
d98afbf0b9
commit
ff0e97273b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"dev": "vite",
|
||||
"build": "npm run build:client && npm run copy:api",
|
||||
"build:client": "vite build",
|
||||
"copy:api": "if [ -d 'code/api' ]; then rm -rf api && cp -r code/api api; elif [ -d '../code/api' ]; then rm -rf api && cp -r ../code/api api; fi",
|
||||
"copy:api": "node copy-api.js",
|
||||
"test": "vitest --run",
|
||||
"format.fix": "prettier --write .",
|
||||
"typecheck": "tsc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue