Skip to content

Commit e9e297a

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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 i --store=node_modules/.pnpm-store --frozen-lockfile && npm run docs:build"

0 commit comments

Comments
 (0)