Skip to content

Commit 752d7d9

Browse files
authored
fix(publish): Remove version command from vercel-edge package (#9068)
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 🤞
1 parent a2fdbab commit 752d7d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vercel-edge/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"lint:prettier": "prettier --check \"{src,test,scripts}/**/**.ts\"",
5555
"test": "jest",
5656
"test:watch": "jest --watch",
57-
"version": "node ../../scripts/versionbump.js src/version.ts",
5857
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push"
5958
},
6059
"volta": {

0 commit comments

Comments
 (0)