diff --git a/package.json b/package.json index 59d32a1b05..b0e228226a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "e2e:publish": "./scripts/e2e-publish.sh", "e2e:resolutions": "node ./scripts/e2e-resolutions.js", "examples": "npm run examples --workspaces --if-present", + "examples:build": "npm run examples:build --workspaces --if-present", "lint": "npm run lint --workspaces --if-present", "lint:fix": "npm run lint:fix --workspaces --if-present", "test": "npm run test --workspaces --if-present",