completionId: cgen-fb9e77b0b81543d3b27ee5cd84e34503
cgen-fb9e77b0b81543d3b27ee5cd84e34503
This commit is contained in:
parent
ab4280e4e3
commit
076382581d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "npm run build:client && npm run copy:api",
|
||||
"build": "npm run build:client && npm run build:api",
|
||||
"build:client": "vite build",
|
||||
"copy:api": "node copy-api.js",
|
||||
"build:api": "node build-api.js",
|
||||
"test": "vitest --run",
|
||||
"format.fix": "prettier --write .",
|
||||
"typecheck": "tsc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue