Skip to content

Commit 1281d4b

Browse files
committed
chore: update release script
1 parent 6016153 commit 1281d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lint": "oxlint . && oxfmt --check .",
6161
"format": "automd && oxlint --fix . && oxfmt .",
6262
"nitro": "node ./src/cli/index.ts",
63-
"release": "node ./scripts/release.js",
63+
"release": "node ./scripts/release.ts",
6464
"stub": "obuild --stub",
6565
"test": "pnpm lint && pnpm build && pnpm typecheck && pnpm test:rollup && pnpm test:rolldown",
6666
"test:rolldown": "NITRO_BUILDER=rolldown pnpm vitest",

0 commit comments

Comments
 (0)