File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ 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 docs/ dist/ ../starters/docs/dist
126
- cd ../starters/docs
125
+ cp -r dist/ ../../react-spectrum /starters/docs/dist
126
+ cd ../../react-spectrum/ starters/docs
127
127
128
128
starter-zip : starter
129
129
cp LICENSE starters/docs/.
@@ -138,8 +138,8 @@ 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/ ../starters/tailwind/dist
142
- cd ../starters/tailwind
141
+ cp -r tailwind/dist/ ../../react-spectrum/ starters/tailwind/dist
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/*"
145
145
mv starters/tailwind/react-aria-tailwind-starter.zip dist/production/docs/react-aria-tailwind-starter.$$(git rev-parse --short HEAD).zip
You can’t perform that action at this time.
0 commit comments