Skip to content

Commit 709ca01

Browse files
committed
fix indentation
1 parent 6fd03ad commit 709ca01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ starter-zip: starter
134134

135135
tailwind-starter:
136136
cp LICENSE starters/tailwind/.
137-
mkdir -p ../react-aria-tailwind-starter
137+
mkdir -p ../react-aria-tailwind-starter
138138
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
143143

144144
cd starters/tailwind && zip -r react-aria-tailwind-starter.zip . -x .gitignore .DS_Store "node_modules/*" "storybook-static/*"
145145
mv starters/tailwind/react-aria-tailwind-starter.zip dist/production/docs/react-aria-tailwind-starter.$$(git rev-parse --short HEAD).zip

0 commit comments

Comments
 (0)