Skip to content

Commit

Permalink
chore(package.json): add prerelease command (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Sep 25, 2024
1 parent 12f7807 commit 1049be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "eslint src example/app example/server",
"lint:fix": "eslint src example/app example/server --fix",
"publint": "publint",
"prerelease": "npm run build && npm run test",
"release": "np"
},
"files": [
Expand Down Expand Up @@ -62,4 +63,4 @@
"@remix-run/cloudflare": "^2.11.2",
"remix-hono": "^0.0.16"
}
}
}

0 comments on commit 1049be9

Please sign in to comment.