We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release-rc
1 parent df2fae2 commit 98d2fa5Copy full SHA for 98d2fa5
package.json
@@ -27,6 +27,7 @@
27
"play": "listhen ./playground/app.ts",
28
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
29
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
30
+ "release-rc": "pnpm test && pnpm build && changelogen --release --preminor rc --push --publish --publishTag rc",
31
"test": "pnpm lint && vitest --run typecheck && vitest --run --coverage",
32
"test:types": "vitest typecheck"
33
},
@@ -63,4 +64,4 @@
63
64
"zod": "^3.21.4"
65
66
"packageManager": "pnpm@8.6.9"
-}
67
+}
0 commit comments