Skip to content

Commit

Permalink
chore: fixed publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Oct 24, 2023
1 parent 468c65c commit f51587a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "rimraf dist && tsup && yarn build:entry && publint",
"watch": "tsup --watch",
"prepublishOnly": "yarn build",
"release": "bumpp --tag \"@hono/cloudflare-pages@v%s\" --commit \"chore(cloudflare-pages): release v%s\" && yarn publish"
"release": "bumpp --tag \"@hono/cloudflare-pages@v%s\" --commit \"chore(cloudflare-pages): release v%s\" && npm publish"
},
"files": [
"dist"
Expand Down Expand Up @@ -54,4 +54,4 @@
"engines": {
"node": ">=18.14.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "rimraf dist && tsup && publint",
"watch": "tsup --watch",
"prepublishOnly": "yarn build && yarn test",
"release": "bumpp --tag \"@hono/vite-dev-server@v%s\" --commit \"chore(dev-server): release v%s\" && yarn publish"
"release": "bumpp --tag \"@hono/vite-dev-server@v%s\" --commit \"chore(dev-server): release v%s\" && npm publish"
},
"files": [
"dist"
Expand Down Expand Up @@ -57,4 +57,4 @@
"@hono/node-server": "^1.2.0",
"miniflare": "^3.20231016.0"
}
}
}

0 comments on commit f51587a

Please sign in to comment.