Merge pull request #22 from rede5/codex/fix-npm-build-error-due-to-missing-package.json
Add root package.json for dashboard builds
This commit is contained in:
commit
7685244b5a
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