Skip to content

Commit

Permalink
ci: fix npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
DiscreteTom committed Oct 13, 2023
1 parent 44fa90c commit af1ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Check Generated README
run: |
mv README.md README.md.bk
yarn build:doc
yarn build:readme
diff README.md README.md.bk
rm README.md.bk
Expand Down

0 comments on commit af1ce59

Please sign in to comment.