Skip to content

Commit

Permalink
Add top-level NPM test script (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jun 7, 2023
1 parent 84e2391 commit 2d0db3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"docs-install": "npm run _cd:docs -- npm install",
"get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
"serve": "npm run cd:docs serve",
"test": "npm run cd:docs test",
"update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest",
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest"
},
Expand Down

0 comments on commit 2d0db3c

Please sign in to comment.