We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6016153 commit 1281d4bCopy full SHA for 1281d4b
1 file changed
package.json
@@ -60,7 +60,7 @@
60
"lint": "oxlint . && oxfmt --check .",
61
"format": "automd && oxlint --fix . && oxfmt .",
62
"nitro": "node ./src/cli/index.ts",
63
- "release": "node ./scripts/release.js",
+ "release": "node ./scripts/release.ts",
64
"stub": "obuild --stub",
65
"test": "pnpm lint && pnpm build && pnpm typecheck && pnpm test:rollup && pnpm test:rolldown",
66
"test:rolldown": "NITRO_BUILDER=rolldown pnpm vitest",
0 commit comments