File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,11 @@ check-examples:
119
119
120
120
starter :
121
121
mkdir -p ../react-aria-starter
122
- mkdir -p dist
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 tsc
125
125
cp -r docs/dist/ ../starters/docs/dist
126
+ cd ../starters/docs
126
127
127
128
starter-zip : starter
128
129
cp LICENSE starters/docs/.
@@ -133,7 +134,13 @@ starter-zip: starter
133
134
134
135
tailwind-starter :
135
136
cp LICENSE starters/tailwind/.
136
- cd starters/tailwind && yarn --no-immutable && yarn tsc
137
+ mkdir -p ../react-aria-tailwind-starter
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
143
+
137
144
cd starters/tailwind && zip -r react-aria-tailwind-starter.zip . -x .gitignore .DS_Store "node_modules/*" "storybook-static/*"
138
145
mv starters/tailwind/react-aria-tailwind-starter.zip dist/production/docs/react-aria-tailwind-starter.$$(git rev-parse --short HEAD).zip
139
146
cd starters/tailwind && yarn build-storybook
You can’t perform that action at this time.
0 commit comments