Skip to content

Commit

Permalink
chore: prevent unnecessary netlify builds (#8755)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 24, 2022
1 parent 206e22a commit cd59ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
Expand Up @@ -3,4 +3,5 @@
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs"
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"

0 comments on commit cd59ee4

Please sign in to comment.