diff --git a/package.json b/package.json new file mode 100644 index 0000000..932a343 --- /dev/null +++ b/package.json @@ -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" + } +}