Add root package.json for dashboard builds
This commit is contained in:
parent
5d5f531db3
commit
5c1c8a90ab
1 changed files with 12 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "core-platform",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"dashboard"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npm run build -w dashboard",
|
||||
"dev:dashboard": "npm run dev -w dashboard",
|
||||
"lint:dashboard": "npm run lint -w dashboard"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue