Skip to content

Commit

Permalink
chore: rename sb scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Jun 1, 2024
1 parent 801756e commit fcb82f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"lint": "eslint ./src --ext .ts,.tsx",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"build-storybook": "storybook build",
"deploy": "npm run build-storybook && gh-pages -d storybook-static",
"storybook:build": "rm -rf storybook-static && storybook build",
"deploy": "npm run storybook:build && gh-pages -d storybook-static",
"prerelease": "git checkout main && git pull && npm run prettier:check && npm run lint && npm run test && npm run build && cd use-cases/nextjs && npm i && npm run build",
"release": "release-it && npm run deploy"
},
Expand Down

0 comments on commit fcb82f0

Please sign in to comment.