fix: remove missing prebuild script from insight workbench
This commit is contained in:
parent
873039a33e
commit
d537a985b2
@ -7,9 +7,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bash scripts/Dev-MCP-Server.sh && next dev --turbo",
|
||||
"prebuild": "bash scripts/prebuild.sh",
|
||||
"build": "next build",
|
||||
"build:static": "npm run prebuild && next build",
|
||||
"build:static": "next build",
|
||||
"start": "node ./scripts/start.js",
|
||||
"lint": "next lint",
|
||||
"typecheck": "tsc --noEmit",
|
||||
@ -104,4 +103,4 @@
|
||||
"@opentelemetry/api": "1.4.1"
|
||||
},
|
||||
"packageManager": "yarn@4.12.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user