Skip to content

Commit f12335a

Browse files
fix: publish prerelease worker correctly (#722)
1 parent 2a1ff02 commit f12335a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prerelease-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"check:type": "tsc",
99
"prestart": "npm run build",
1010
"start": "npx wrangler dev _worker.js",
11-
"prepublishOnly": "npm run build",
11+
"prepublish": "npm run build",
1212
"publish": "npx wrangler publish _worker.js"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)