Skip to content

Commit fe9aeac

Browse files
committed
Fix prod docs build
1 parent 24b2004 commit fe9aeac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/buildWebsite.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ async function build() {
4545
name.startsWith('@spectrum-css') ||
4646
name.startsWith('postcss') ||
4747
name.startsWith('@adobe') ||
48-
name === 'sharp'
48+
name === 'sharp' ||
49+
name === 'recast'
4950
)
5051
),
5152
dependencies: {
52-
'@adobe/react-spectrum': 'latest'
53+
'@adobe/react-spectrum': 'latest',
54+
'react-aria': 'latest',
55+
'react-stately': 'latest'
5356
},
5457
resolutions: packageJSON.resolutions,
5558
browserslist: packageJSON.browserslist,

0 commit comments

Comments
 (0)