We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4484f28 commit e9e297aCopy full SHA for e9e297a
netlify.toml
@@ -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