File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ starter:
122
122
mkdir -p starters/docs/dist
123
123
cp -r starters/docs ../react-aria-starter
124
124
cd ../react-aria-starter/docs && yarn --no-immutable && yarn up react-aria-components && yarn tsc
125
- cp -r dist/ ../../react-spectrum/starters/docs/dist
125
+ cp -r dist ../../react-spectrum/starters/docs
126
126
cd ../../react-spectrum/starters/docs
127
127
128
128
starter-zip : starter
@@ -138,7 +138,7 @@ tailwind-starter:
138
138
mkdir -p starters/tailwind/dist
139
139
cp -r starters/tailwind ../react-aria-tailwind-starter
140
140
cd ../react-aria-tailwind-starter && yarn --no-immutable && yarn up react-aria-components && yarn up tailwindcss-react-aria-components && yarn tsc
141
- cp -r tailwind/dist/ ../../react-spectrum/starters/tailwind/dist
141
+ cp -r tailwind/dist ../../react-spectrum/starters/tailwind
142
142
cd ../../react-spectrum/starters/tailwind
143
143
144
144
cd starters/tailwind && zip -r react-aria-tailwind-starter.zip . -x .gitignore .DS_Store "node_modules/*" "storybook-static/*"
You can’t perform that action at this time.
0 commit comments