+5
-1
@@ -5,6 +5,10 @@
|
||||
"scripts": {
|
||||
"dev:server": "node packages/server/src/index.mjs",
|
||||
"dev:frontend": "npm -w @uncaged/dashboard-frontend run dev",
|
||||
"build": "npm -w @uncaged/dashboard-frontend run build"
|
||||
"build": "npm -w @uncaged/dashboard-frontend run build",
|
||||
"check": "biome check .",
|
||||
"format": "biome format --write .",
|
||||
"test": "echo 'no tests yet'",
|
||||
"test:ci": "echo 'no tests yet'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user