File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"yarn" : " >=3.2.2"
6
6
},
7
7
"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" ,
10
10
"lint" : " eslint . --ext .js,.ts --report-unused-disable-directives" ,
11
11
"fix" : " eslint . --ext .js,.ts --fix --report-unused-disable-directives" ,
12
12
"test" : " yarn build && vitest run" ,
13
13
"test:dev" : " vitest" ,
14
14
"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" ,
17
17
"changesets-version" : " changeset version && yarn install --mode update-lockfile" ,
18
18
"release" : " yarn build && changeset publish --tag=next"
19
19
},
You can’t perform that action at this time.
0 commit comments