Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 16, 2024
1 parent 6a7fd01 commit 8c31ca9
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 8c31ca9

Please sign in to comment.