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