Skip to content

Commit

Permalink
2025-01-17 15:40:01: merge [main:fac4734c9e29ffcc8579c5dd51f16fb51b9d…
Browse files Browse the repository at this point in the history
…9cdd];
  • Loading branch information
txix committed Jan 17, 2025
1 parent 45dbdec commit 7de7867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci --save-optional
- run: npm install @rollup/rollup-linux-x64-gnu --save-optional
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
env:
Expand Down

0 comments on commit 7de7867

Please sign in to comment.