Skip to content

Commit

Permalink
Update dependencies, move to Node's built-in test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakuna committed Nov 7, 2024
1 parent b54b30f commit 78f4a4c
Show file tree
Hide file tree
Showing 4 changed files with 810 additions and 1,014 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
run: npm run lint --if-present
- name: Build
run: npm run build
run: npm run build --if-present
- name: Test
run: npm run test
run: npm run test --if-present
- name: Build Documentation
run: npm run doc
- name: Upload Package Artifact
Expand Down
Loading

0 comments on commit 78f4a4c

Please sign in to comment.