Skip to content

Commit

Permalink
[CI] Restore format check as a part of npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Nov 15, 2024
1 parent 6e42d49 commit 7ec3b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postinstall": "npm run _mkdir:hugo-mod",
"serve": "npm run cd:docs serve",
"test:all": "npm run ci:prepare && npm run check && npm run cd:docs test && npm run ci:post",
"test": "npm run cd:docs test",
"test": "npm run check && npm run cd:docs test",
"update:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest",
"update:hugo": "npm install --save-exact -D hugo-extended@latest",
"update:pkgs": "npx npm-check-updates -u && npm run cd:docs update:pkgs"
Expand Down

0 comments on commit 7ec3b0d

Please sign in to comment.