Skip to content

Commit 91fb4a7

Browse files
avivkellerCopilot
andauthored
Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4000fdb commit 91fb4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"scripts": {
33
"generate-docs": "node generate-md.mjs",
44
"build-html": "doc-kit generate -t web -i ./pages/v5.x/**/*.md --type-map ./pages/v5.x/type-map.json -o out",
5-
"build": "npm generate-docs && npm build-html",
5+
"build": "npm run generate-docs && npm run build-html",
66
"lint": "eslint .",
77
"lint:fix": "eslint --fix .",
88
"format": "prettier --write .",

0 commit comments

Comments
 (0)