diff --git a/boxes/package.json b/boxes/package.json index 7cd31f064ca..a904d9b967b 100644 --- a/boxes/package.json +++ b/boxes/package.json @@ -4,8 +4,8 @@ "version": "0.5.0", "type": "module", "scripts": { - "compile": "yarn workspaces foreach -A -v run compile", - "build": "yarn workspaces foreach -A -v run build", + "compile": "yarn workspaces foreach --exclude vite -A -v run compile", + "build": "yarn workspaces foreach --exclude vite -A -v run build", "install-browsers": "playwright install --with-deps", "publish": "yarn npm publish", "test": "vitest bin.test.js", @@ -43,4 +43,4 @@ "devDependencies": { "@playwright/test": "1.46.1" } -} +} \ No newline at end of file