Skip to content

Commit

Permalink
chore: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeYeopHan committed Dec 14, 2023
1 parent 37ad616 commit 30f09a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
"website"
],
"scripts": {
"storybook": "storybook dev -p 6006 --quiet",
"lint": "yarn workspaces foreach -pt --from '@h6s/*' run lint",
"test": "yarn workspaces foreach -pt --from '@h6s/*' run test",
"typecheck": "yarn workspaces foreach -pt --from '@h6s/*' run typecheck",
"lint": "yarn workspaces foreach -ptR --from '@h6s/*' run lint",
"test": "yarn workspaces foreach -ptR --from '@h6s/*' run test",
"typecheck": "yarn workspaces foreach -ptR --from '@h6s/*' run typecheck",
"build": "yarn workspaces foreach -ptR --from '@h6s/*' run build",
"build:storybook": "storybook build",
"storybook": "storybook dev -p 6006 --quiet",
"postinstall": "husky install"
},
"packageManager": "yarn@4.0.2"
Expand Down

0 comments on commit 30f09a4

Please sign in to comment.