Skip to content

Commit eb7b162

Browse files
authored
Update package.json
1 parent a49dcb2 commit eb7b162

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
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"scripts": {
1616
"build": "bash ./scripts/md2html/build.sh",
17-
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src",
17+
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh oas",
1818
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh",
1919
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
2020
},

0 commit comments

Comments
 (0)