Skip to content

Commit

Permalink
Merge pull request #151 from storybookjs/norbert/fix-release
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
ndelangen committed Feb 16, 2024
2 parents 6a7fd01 + 8c31ca9 commit 049967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"migrate": "ts-migrate-full",
"prepare": "husky install",
"prettier": "prettier --write .",
"release": "pnpm run build && auto shipit",
"release": "pnpm run build && auto shipit --name storybookbot --email storybookbot@gmail.com",
"start": "tsc --watch",
"test": "jest",
"test:ci": "tsc --noEmit && jest --ci",
Expand Down

0 comments on commit 049967f

Please sign in to comment.