Skip to content

Commit 077ec49

Browse files
committed
ok one more try
1 parent 3a49e37 commit 077ec49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
node-version: 22
2424
registry-url: 'https://registry.npmjs.org'
2525

26-
- run: pnpm install --frozen-lockfile
27-
- run: pnpm build
26+
- run: npm install
27+
- run: npm build
2828
- run: npm publish --access public --provenance --no-git-checks

0 commit comments

Comments
 (0)