Skip to content

Commit

Permalink
chore: allow skipping docs check for release via env
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Dec 13, 2024
1 parent 6d0c7c5 commit b9116be
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 @@ -76,7 +76,7 @@
},
"hooks": {
"before:init": [
"yarn docs:check",
"[ \"$RELEASE_SKIP_DOCS\" = \"true\" ] && echo 'Skipping docs check.' || yarn docs:check",
"yarn lint",
"yarn ts:check",
"yarn test:all"
Expand Down

0 comments on commit b9116be

Please sign in to comment.