Skip to content

Commit

Permalink
chore: update netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 23, 2022
1 parent 7841b74 commit f02119f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build.environment]
CHROMEDRIVER_SKIP_DOWNLOAD = "true"
NPM_FLAGS = "--version"

[build]
command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run docs:build"
command = "pnpm run docs:build"
ignore = "./scripts/docs-check.sh"
publish = "packages/docs/.vitepress/dist"

0 comments on commit f02119f

Please sign in to comment.