diff --git a/package.json b/package.json index cb75f20..8e0a2f7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "name": "test-x6", "private": true, - "workspaces": ["frontend"] + "workspaces": ["frontend"], + "scripts": { + "build": "npm run -w frontend build" + } }