Skip to content

Commit 7ec58af

Browse files
committed
chore: fix release script and make dev script to run storybook
1 parent 7562561 commit 7ec58af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
],
88
"scripts": {
99
"build": "turbo run build",
10-
"dev": "turbo run dev",
10+
"dev": "turbo run dev --filter=@channel.io/bezier-react",
1111
"lint": "turbo run lint",
1212
"typecheck": "turbo run typecheck",
1313
"test": "turbo run test",
1414
"test:ci": "turbo run test:ci",
1515
"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",
1817
"update-snapshot": "yarn workspace @channel.io/bezier-react update-snapshot",
1918
"pre-commit": "run-s verify lint-staged typecheck test",
2019
"verify": "ts-node -P ./supports/tsconfig/script.json ./scripts/check-yarn-version.ts",

0 commit comments

Comments
 (0)