Skip to content

Commit

Permalink
fix: package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenHoangSon96 committed Jan 6, 2025
1 parent 20b059c commit 2b75849
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 @@ -8,7 +8,7 @@
]
},
"scripts": {
"typedoc": "yarn clean && yarn build typedoc --skipErrorChecking",
"typedoc": "yarn clean && yarn build && typedoc --skipErrorChecking",
"typedoc:gh-pages": "yarn typedoc && gh-pages -d ./docs -m 'Updates [skip CI]'",
"preinstall": "node ./scripts/require-yarn.js",
"clean": "rimraf temp docs && yarn workspaces run clean",
Expand Down

0 comments on commit 2b75849

Please sign in to comment.