Skip to content

Commit 4ee20cc

Browse files
committed
Merge branch 'main' of github.com:adobe/react-spectrum
2 parents 9728cc8 + e6bd377 commit 4ee20cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/buildWebsite.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ async function build() {
5454
name === 'framer-motion' ||
5555
name === 'tailwindcss-animate' ||
5656
name === 'tailwindcss' ||
57-
name === 'autoprefixer'
57+
name === 'autoprefixer' ||
58+
name === 'lucide-react' ||
59+
name === 'tailwind-variants'
5860
)
5961
),
6062
dependencies: {
@@ -122,6 +124,7 @@ async function build() {
122124
fs.copySync(path.join(__dirname, '..', 'lib'), path.join(dir, 'lib'));
123125
fs.copySync(path.join(__dirname, '..', 'CONTRIBUTING.md'), path.join(dir, 'CONTRIBUTING.md'));
124126
fs.copySync(path.join(__dirname, '..', '.browserslistrc'), path.join(dir, '.browserslistrc'));
127+
fs.copySync(path.join(__dirname, '..', 'starters'), path.join(dir, 'starters'));
125128

126129
// Delete mdx files from dev/docs that shouldn't go out yet.
127130
let devPkg = JSON.parse(fs.readFileSync(path.join(dir, 'packages/dev/docs/package.json'), 'utf8'));

0 commit comments

Comments
 (0)