Skip to content

Commit 5d0cbaf

Browse files
committed
chore: fix website build
1 parent ab4c911 commit 5d0cbaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"yarn": ">=3.2.2"
66
},
77
"scripts": {
8-
"build": "yarn --verbose workspaces foreach --exclude 'benchmark' --exclude 'website' run build",
9-
"watch": "yarn --verbose workspaces foreach --exclude 'benchmark' --exclude 'website' -p run watch",
8+
"build": "yarn --verbose workspaces foreach --exclude '@react-docgen-internal/*' run build",
9+
"watch": "yarn --verbose workspaces foreach --exclude '@react-docgen-internal/*' -p run watch",
1010
"lint": "eslint . --ext .js,.ts --report-unused-disable-directives",
1111
"fix": "eslint . --ext .js,.ts --fix --report-unused-disable-directives",
1212
"test": "yarn build && vitest run",
1313
"test:dev": "vitest",
1414
"g:tsc": "cd $INIT_CWD && rimraf dist/ && tsc",
15-
"website:build": "yarn workspace website run build",
16-
"website:start": "yarn workspace website run start",
15+
"website:build": "yarn workspace @react-docgen-internal/website run build",
16+
"website:start": "yarn workspace @react-docgen-internal/website run start",
1717
"changesets-version": "changeset version && yarn install --mode update-lockfile",
1818
"release": "yarn build && changeset publish --tag=next"
1919
},

0 commit comments

Comments
 (0)