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 79fcfa7 commit 0e60aa0Copy full SHA for 0e60aa0
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
30
31
- - run: pnpm i -g npm@latest
+ - run: npm i -g npm@latest
32
- run: pnpm i
33
- run: pnpm run ci:publish
34
scripts/publish.mjs
@@ -1,4 +1,4 @@
1
import { $, fs } from 'zx'
2
3
await fs.copyFile('README.md', 'packages/slidev/README.md')
4
-await $`npx pnpm -r publish --access public --no-git-checks`
+await $`pnpm -r publish --access public --no-git-checks`
0 commit comments