mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
docs: test netlify ignore using shell script
This commit is contained in:
parent
4032cef704
commit
ba23711de1
@ -4,4 +4,4 @@
|
||||
[build]
|
||||
publish = "docs/.vitepress/dist"
|
||||
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs"
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs package.json pnpm-lock.yaml netlify.toml"
|
||||
ignore = "./scripts/docs-check.sh"
|
||||
|
1
scripts/docs-check.sh
Normal file
1
scripts/docs-check.sh
Normal file
@ -0,0 +1 @@
|
||||
git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs package.json pnpm-lock.yaml netlify.toml scripts/docs-check.sh
|
Loading…
Reference in New Issue
Block a user