From: Eduardo San Martin Morote Date: Sun, 23 Oct 2022 14:04:40 +0000 (+0200) Subject: chore: update netlify X-Git-Tag: v4.1.6~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f02119f399e4e63a1c606357fb4003994175a29a;p=thirdparty%2Fvuejs%2Frouter.git chore: update netlify --- diff --git a/netlify.toml b/netlify.toml index 304e8782..17cb1132 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"