Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
benjidotsh committed Sep 19, 2023
1 parent 03901a0 commit db8915c
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 @@ -7,7 +7,7 @@
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"release": "changeset",
"publish": "turbo run build lint test && changeset publish"
"publish": "turbo run build lint && npm run test && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit db8915c

Please sign in to comment.