File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
"scripts" : {
9
9
"build" : " turbo run build" ,
10
- "dev" : " turbo run dev" ,
10
+ "dev" : " turbo run dev --filter=@channel.io/bezier-react " ,
11
11
"lint" : " turbo run lint" ,
12
12
"typecheck" : " turbo run typecheck" ,
13
13
"test" : " turbo run test" ,
14
14
"test:ci" : " turbo run test:ci" ,
15
15
"clean" : " turbo run clean && rm -rf node_modules .turbo" ,
16
- "release" : " turbo run build --filter=@channel.io/bezier-react && changeset publish" ,
17
- "storybook" : " yarn workspace @channel.io/bezier-react storybook" ,
16
+ "release" : " turbo run build --filter='@channel.io/*' && changeset publish" ,
18
17
"update-snapshot" : " yarn workspace @channel.io/bezier-react update-snapshot" ,
19
18
"pre-commit" : " run-s verify lint-staged typecheck test" ,
20
19
"verify" : " ts-node -P ./supports/tsconfig/script.json ./scripts/check-yarn-version.ts" ,
You can’t perform that action at this time.
0 commit comments