File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ starter-zip: starter
134
134
135
135
tailwind-starter :
136
136
cp LICENSE starters/tailwind/.
137
- mkdir -p ../react-aria-tailwind-starter
137
+ mkdir -p ../react-aria-tailwind-starter
138
138
mkdir -p starters/tailwind/dist
139
- cp -r starters/tailwind ../react-aria-tailwind-starter
140
- cd ../react-aria-tailwind-starter && yarn --no-immutable && yarn tsc
141
- cp -r tailwind/dist/ ../starters/tailwind/dist
142
- cd ../starters/tailwind
139
+ cp -r starters/tailwind ../react-aria-tailwind-starter
140
+ cd ../react-aria-tailwind-starter && yarn --no-immutable && yarn tsc
141
+ cp -r tailwind/dist/ ../starters/tailwind/dist
142
+ cd ../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