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 3b7677eCopy full SHA for 3b7677e
.github/workflows/push-to-npm.yml
@@ -15,7 +15,6 @@ jobs:
15
with:
16
node-version: '20.x'
17
registry-url: 'https://registry.npmjs.org'
18
- cache: 'pnpm'
19
- run: corepack enable
20
- run: pnpm install --frozen-lockfile
21
- run: pnpm build # Build TypeScript files
.github/workflows/test.yml
@@ -17,7 +17,6 @@ jobs:
22
23
0 commit comments