File tree Expand file tree Collapse file tree 2 files changed +459
-519
lines changed Expand file tree Collapse file tree 2 files changed +459
-519
lines changed Original file line number Diff line number Diff line change 20
20
"plop" : " plop" ,
21
21
"chromatic" : " CHROMATIC_APP_CODE=x8ktlved8wd chromatic test --build-script-name build-storybook" ,
22
22
"merge:css" : " babel-node --presets @babel/env ./scripts/merge-spectrum-css.js" ,
23
- "start:docs" : " parcel 'packages/@react-spectrum/*/docs/*.mdx' 'packages/dev/docs/pages/*.mdx'" ,
24
- "build:docs" : " parcel build 'packages/@react-spectrum/*/docs/*.mdx' 'packages/dev/docs/pages/*.mdx'"
23
+ "start:docs" : " PARCEL_WORKER_BACKEND=process parcel 'packages/@react-spectrum/*/docs/*.mdx' 'packages/dev/docs/pages/*.mdx'" ,
24
+ "build:docs" : " PARCEL_WORKER_BACKEND=process parcel build 'packages/@react-spectrum/*/docs/*.mdx' 'packages/dev/docs/pages/*.mdx'"
25
25
},
26
26
"workspaces" : [
27
27
" packages/*/*"
You can’t perform that action at this time.
0 commit comments