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:
122122 mkdir -p starters/docs/dist
123123 cp -r starters/docs ../react-aria-starter
124124 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
126126 cd ../../react-spectrum/starters/docs
127127
128128starter-zip : starter
@@ -138,7 +138,7 @@ tailwind-starter:
138138 mkdir -p starters/tailwind/dist
139139 cp -r starters/tailwind ../react-aria-tailwind-starter
140140 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
142142 cd ../../react-spectrum/starters/tailwind
143143
144144 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