Skip to content

Commit

Permalink
fix: npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Jan 21, 2024
1 parent 9edcbf8 commit 6a81e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies (if the cached directory was not found)
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm ci
run: npm i

- name: Create the docs directory
run: npm run docs
Expand Down

0 comments on commit 6a81e20

Please sign in to comment.