Skip to content

Commit

Permalink
Proper exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 27, 2024
1 parent 3dbf5f9 commit 6f6cb19
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/esm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env:

# FILE GENERATED WITH: npx ghat fregante/ghatemplates/esm-lint
# SOURCE: https://github.com/fregante/ghatemplates
# OPTIONS: {"exclude":["jobs.Node"]}

name: ESM
on:
Expand Down Expand Up @@ -90,16 +91,3 @@ jobs:
tsconfig.json
- run: npx --package typescript -- tsc
- run: cat distribution/index.js
Node:
runs-on: ubuntu-latest
needs: Pack
# "chrome is not defined"
if: false
steps:
- uses: actions/download-artifact@v4
- uses: actions/setup-node@v4
with:
node-version-file: artifact/package.json
- run: echo "$IMPORT_STATEMENT" > index.mjs
- run: npm install --omit=dev ./artifact
- run: node index.mjs

0 comments on commit 6f6cb19

Please sign in to comment.