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 7ce9fbb commit b8ab1feCopy full SHA for b8ab1fe
package.json
@@ -23,7 +23,7 @@
23
"lint": "eslint --cache .",
24
"lint:fix": "nr lint --fix",
25
"publish-ci": "tsx scripts/publish-ci.ts",
26
- "release": "bumpp package.json packages/*/package.json --commit --push --tag && git update-ref refs/heads/release refs/heads/main && git push origin release",
+ "release": "bumpp package.json packages/*/package.json --commit --push --tag",
27
"test": "pnpm --filter test-core test:threads",
28
"test:ci": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/test-*' --filter !test-browser run test",
29
"test:examples": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/example-*' run test",
0 commit comments