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 d1eb52c commit fd30e62Copy full SHA for fd30e62
.github/workflows/push-to-npm.yml
@@ -17,6 +17,7 @@ jobs:
17
registry-url: 'https://registry.npmjs.org'
18
cache: 'pnpm'
19
- run: corepack enable
20
+ - run: corepack prepare pnpm@latest --activate
21
- run: pnpm install --frozen-lockfile
22
- run: pnpm build # Build TypeScript files
23
- run: pnpm publish --provenance --access public
.github/workflows/test.yml
@@ -19,5 +19,6 @@ jobs:
24
0 commit comments