diff options
| author | Shinigami <[email protected]> | 2022-01-19 19:24:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-19 19:24:40 +0100 |
| commit | a273f67066c7c19b01ff4348eb9d7e857615cca6 (patch) | |
| tree | 203a8137cc55222367919693121f8eaba17a0d96 /netlify.toml | |
| parent | 61d02960a9132fa2c4d4d7259883b2e944233bb9 (diff) | |
| download | faker-a273f67066c7c19b01ff4348eb9d7e857615cca6.tar.xz faker-a273f67066c7c19b01ff4348eb9d7e857615cca6.zip | |
chore: switch to pnpm (#153)
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 5adab771..5bc3b32d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build.environment] NODE_VERSION = "16" + NPM_FLAGS = "--version" # prevent Netlify npm install [build] publish = "docs/.vitepress/dist" - command = "npm run build && npm run browser && npm run docs:build" + command = "npx pnpm i --store=node_modules/.pnpm-store && npm run docs:build:ci" |
