Skip to content

Commit

Permalink
fix(publish): Remove version command from vercel-edge package (#9068)
Browse files Browse the repository at this point in the history
Seems there was a leftover from `@sentry/core` in the new
`@sentry/vercel-edge` package which caused our release preparation
script to fail when bumping the package versions.

I think we should be good to directly merge this into master as master
will resync into develop after the release 🤞
  • Loading branch information
Lms24 authored Sep 20, 2023
1 parent a2fdbab commit 752d7d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"lint:prettier": "prettier --check \"{src,test,scripts}/**/**.ts\"",
"test": "jest",
"test:watch": "jest --watch",
"version": "node ../../scripts/versionbump.js src/version.ts",
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push"
},
"volta": {
Expand Down

0 comments on commit 752d7d9

Please sign in to comment.