completionId: cgen-d261950d00874aa2be1f508fa9937009
cgen-d261950d00874aa2be1f508fa9937009
This commit is contained in:
parent
1c83d6a2eb
commit
3f74b5cfde
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": "rm -rf api && cp -r code/api api",
|
||||
"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",
|
||||
"test": "vitest --run",
|
||||
"format.fix": "prettier --write .",
|
||||
"typecheck": "tsc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue