Skip to content

Commit

Permalink
fix(dev-server): fixed prepublishOnly (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Oct 23, 2023
1 parent f539271 commit fa2f7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "playwright test -c test/playwright.config.ts test/e2e.test.ts",
"build": "rimraf dist && tsup && publint",
"watch": "tsup --watch",
"prepublishOnly": "pnpm run build && pnpm run test",
"prepublishOnly": "yarn build && yarn test",
"release": "bumpp --tag \"@hono/vite-dev-server@v%s\" --commit \"chore(dev-server): release v%s\" && pnpm publish"
},
"files": [
Expand Down Expand Up @@ -57,4 +57,4 @@
"@hono/node-server": "^1.2.0",
"miniflare": "^3.20231016.0"
}
}
}

0 comments on commit fa2f7b8

Please sign in to comment.