Skip to content

Commit

Permalink
debug release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 17, 2024
1 parent 0dfae8c commit 0e2fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"migrate": "ts-migrate-full",
"prepare": "husky",
"prettier": "prettier --write .",
"release": "pnpm run build && auto shipit --name storybookbot --email [email protected]",
"release": "git status && pnpm run build && git status && auto shipit --name storybookbot --email [email protected]",
"start": "tsc --watch",
"test": "pnpm run test:unit && pnpm run test:integration",
"test:unit": "jest",
Expand Down

0 comments on commit 0e2fb1e

Please sign in to comment.