Skip to content

Commit

Permalink
chore: remove unnecessary qa on release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Mar 31, 2024
1 parent e566319 commit c38ac13
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 @@ -56,7 +56,7 @@
"typecheck": "tsc --noEmit --skipLibCheck",
"version:bump": "pnpm qa && pnpm exec changelogen --bump --release",
"version:publish": "pnpm version:release",
"version:release": "pnpm build && pnpm qa:nobuild && npm publish --access=public"
"version:release": "pnpm build && npm publish --access=public"
},
"dependencies": {
"axios": "^1.6.8",
Expand Down Expand Up @@ -90,4 +90,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit c38ac13

Please sign in to comment.