forked from wangziqi/gongxue-base
chore: configure build scripts
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"scripts": {
|
||||||
|
"build:backend": "cd backend && npx tsc --noEmit",
|
||||||
|
"typecheck:backend": "cd backend && npx tsc --noEmit",
|
||||||
|
"build:frontend": "cd frontend && npx vite build --logLevel error"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fission-ai/openspec": "^1.5.0"
|
"@fission-ai/openspec": "^1.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user