[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove release branch update from releasing

Vladimir Sheremet (Feb 3, 2025, 2:30 PM +0100) b8ab1fe0 7ce9fbb4

+1 -1
+1 -1
package.json
··· 23 23 "lint": "eslint --cache .", 24 24 "lint:fix": "nr lint --fix", 25 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", 26 + "release": "bumpp package.json packages/*/package.json --commit --push --tag", 27 27 "test": "pnpm --filter test-core test:threads", 28 28 "test:ci": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/test-*' --filter !test-browser run test", 29 29 "test:examples": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/example-*' run test",