Skip to content

Commit

Permalink
ci: rename storybook commands (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocembocem authored Jul 18, 2023
1 parent b735e94 commit bed24ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"test": "jest",
"typecheck": "tsc --noEmit",
"build": "gulp",
"build-storybook": "storybook build",
"dev": "storybook dev -p 6006",
"start": "storybook dev",
"build-storybook": "sb build",
"dev": "sb dev -p 6006",
"start": "sb dev",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit bed24ca

Please sign in to comment.