Skip to content

Commit

Permalink
lint + test before building bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Hein committed Sep 8, 2022
1 parent d0591b4 commit 17d1008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist
node_modules
tmp
typedoc
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run bundle
- run: npm run lint
- run: npm run doc
- run: npm run coverage
- run: npm run bundle

0 comments on commit 17d1008

Please sign in to comment.