Skip to content

Commit

Permalink
Fix esm-lint/rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 1, 2024
1 parent f9ea0a7 commit 3d63a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/download-artifact@v4
- run: npm install --omit=dev ./artifact rollup@4 @rollup/plugin-node-resolve
- run: echo "$IMPORT_STATEMENT" > index.js
- run: npx rollup -p node-resolve -p @rollup/plugin-json index.js
- run: npx rollup -p node-resolve index.js
Vite:
runs-on: ubuntu-latest
needs: Pack
Expand Down

0 comments on commit 3d63a0d

Please sign in to comment.