File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,12 @@ check-examples:
118
118
yarn tsc --project dist/docs-examples/tsconfig.json
119
119
120
120
starter :
121
- cd starters/docs && yarn --no-immutable && yarn tsc
121
+ mkdir -p ../react-aria-starter
122
+ mkdir -p starters/docs/dist
123
+ cp -r starters/docs ../react-aria-starter
124
+ cd ../react-aria-starter/docs && yarn --no-immutable && yarn tsc
125
+ cp -r docs/dist/ ../starters/docs/dist
126
+ cd ../starters/docs
122
127
123
128
starter-zip : starter
124
129
cp LICENSE starters/docs/.
@@ -129,7 +134,13 @@ starter-zip: starter
129
134
130
135
tailwind-starter :
131
136
cp LICENSE starters/tailwind/.
132
- 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
+
133
144
cd starters/tailwind && zip -r react-aria-tailwind-starter.zip . -x .gitignore .DS_Store "node_modules/*" "storybook-static/*"
134
145
mv starters/tailwind/react-aria-tailwind-starter.zip dist/production/docs/react-aria-tailwind-starter.$$(git rev-parse --short HEAD).zip
135
146
cd starters/tailwind && yarn build-storybook
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " react-aria-starter-docs" ,
3
+ "version" : " 0.0.1" ,
4
+ "private" : true ,
5
+ "packageManager" :
" [email protected] " ,
2
6
"scripts" : {
3
7
"storybook" : " storybook dev -p 6006" ,
4
8
"build-storybook" : " storybook build"
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " react-aria-tailwind-starter" ,
3
+ "version" : " 0.0.1" ,
4
+ "private" : true ,
5
+ "packageManager" :
" [email protected] " ,
2
6
"devDependencies" : {
3
7
"@babel/preset-react" : " ^7.24.1" ,
4
8
"@storybook/addon-interactions" : " ^8.6.14" ,
You can’t perform that action at this time.
0 commit comments