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 3a49e37 commit 077ec49Copy full SHA for 077ec49
1 file changed
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
node-version: 22
24
registry-url: 'https://registry.npmjs.org'
25
26
- - run: pnpm install --frozen-lockfile
27
- - run: pnpm build
+ - run: npm install
+ - run: npm build
28
- run: npm publish --access public --provenance --no-git-checks
0 commit comments