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 9ccf142 commit 5433a85Copy full SHA for 5433a85
.github/workflows/publish.yml
@@ -36,6 +36,4 @@ jobs:
36
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
37
38
- name: Publish package
39
- run: pnpm run ci-publish ${{ github.ref_name }}
40
- env:
41
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm i -g npm@^11.5.2 && pnpm run ci-publish ${{ github.ref_name }}
scripts/publishCI.ts
@@ -1,3 +1,3 @@
1
import { publish } from '@vitejs/release-scripts'
2
3
-publish({ defaultPackage: 'vite', provenance: true, packageManager: 'pnpm' })
+publish({ defaultPackage: 'vite', packageManager: 'pnpm' })
0 commit comments