Skip to content

Commit

Permalink
docs: include plugins and nuxt for api
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 3, 2025
1 parent 774c1b7 commit 8ad0615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# - changes in netlify conf
# - a commit message that starts with docs like docs: ... or docs(nuxt): ...

git diff --quiet 'HEAD^' HEAD ./docs/ && ! git diff 'HEAD^' HEAD ./pnpm-lock.yaml | grep --quiet vitepress && git diff --quiet 'HEAD^' HEAD netlify.toml && ! git log -1 --pretty=%B | grep '^docs'
git diff --quiet 'HEAD^' HEAD ./docs ./src ./nuxt/src ./plugins/*/src && ! git diff 'HEAD^' HEAD ./pnpm-lock.yaml | grep --quiet vitepress && git diff --quiet 'HEAD^' HEAD netlify.toml && ! git log -1 --pretty=%B | grep '^docs'

0 comments on commit 8ad0615

Please sign in to comment.