File tree Expand file tree Collapse file tree 7 files changed +19
-5
lines changed
governance/xc_admin/packages/xc_admin_frontend
packages/component-library Expand file tree Collapse file tree 7 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " next build" ,
11
11
"fix:format" : " prettier --write ." ,
12
12
"fix:lint" : " eslint --fix ." ,
13
- "pull:env" : " [ $VERCEL ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull" ,
13
+ "pull:env" : " [ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull" ,
14
14
"start:dev" : " next dev --port 3002" ,
15
15
"start:prod" : " next start --port 3002" ,
16
16
"test:format" : " jest --selectProjects format" ,
Original file line number Diff line number Diff line change 10
10
"build" : " next build" ,
11
11
"fix:format" : " prettier --write ." ,
12
12
"fix:lint" : " eslint --fix ." ,
13
- "pull:env" : " [ $VERCEL ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_3TIYzlYYncZx7wRtfmzG2YUsNzKp vercel env pull" ,
13
+ "pull:env" : " [ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_3TIYzlYYncZx7wRtfmzG2YUsNzKp vercel env pull" ,
14
14
"start:dev" : " next dev --port 3001" ,
15
15
"start:prod" : " next start --port 3001" ,
16
16
"test:format" : " jest --selectProjects format" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"scripts" : {
9
9
"build" : " next build" ,
10
- "pull:env" : " [ $VERCEL ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TCjesnm3pxM7Ay8oxlTH4xLkkmP9 vercel env pull" ,
10
+ "pull:env" : " [ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TCjesnm3pxM7Ay8oxlTH4xLkkmP9 vercel env pull" ,
11
11
"start:dev" : " next dev --port 3003" ,
12
12
"start:prod" : " next start --port 3003" ,
13
13
"test:lint" : " next lint"
Original file line number Diff line number Diff line change
1
+ storybook-static
Original file line number Diff line number Diff line change 7
7
"build:storybook" : " storybook build" ,
8
8
"fix:format" : " prettier --write ." ,
9
9
"fix:lint" : " eslint --fix ." ,
10
- "start:storybook " : " storybook dev --port 4000 --no-open" ,
10
+ "start:dev " : " storybook dev --port 4000 --no-open" ,
11
11
"test:format" : " prettier --check ." ,
12
12
"test:lint" : " jest --selectProjects lint" ,
13
13
"test:types" : " tsc"
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://turbo.build/schema.json" ,
3
+ "extends" : [" //" ],
4
+ "tasks" : {
5
+ "build:storybook" : {
6
+ "outputs" : [" storybook-static/**" ]
7
+ },
8
+ "start:dev" : {
9
+ "persistent" : true ,
10
+ "cache" : false
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "buildCommand" : " cd ../.. && pnpm --filter component-library build:storybook" ,
2
+ "buildCommand" : " turbo --filter @pythnetwork/ component-library build:storybook" ,
3
3
"framework" : null ,
4
4
"outputDirectory" : " storybook-static"
5
5
}
You can’t perform that action at this time.
0 commit comments