Skip to content

Commit

Permalink
Fix ci, remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechazawa committed Nov 18, 2023
1 parent 2723471 commit 0799a6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ jobs:
run: npx eslint src
- name: Generate Documentation
if: matrix.node-version == 18
run: npm docs
run: npm build docs
- name: Archive Documentation
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: docs
10 changes: 1 addition & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"devDependencies": {
"ava": "5.3.1",
"eslint": "^8.54.0",
"jsdoc": "^4.0.2",
"minami-compat": "1.2.4"
"jsdoc": "^4.0.2"
},
"scripts": {
"test": "echo No tests defined",
Expand Down

0 comments on commit 0799a6a

Please sign in to comment.