Skip to content

Commit 7522b7c

Browse files
committed
docs: add nelify.toml
1 parent 4484f28 commit 7522b7c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build.environment]
2+
NODE_VERSION = "16"
3+
NPM_FLAGS = "--version" # prevent Netlify npm install
4+
[build]
5+
publish = "docs/.vitepress/dist"
6+
command = "npx pnpm@6 i --store=node_modules/.pnpm-store --frozen-lockfile && npm run docs:build"

0 commit comments

Comments
 (0)