mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: add netlify configuration
This commit is contained in:
parent
35677db1f1
commit
669f0a63e8
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
NPM_FLAGS="--prefix=/dev/null"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
command = "pnpm run build"
|
command = "pnpm run build"
|
||||||
publish = "dist"
|
publish = "website/build/website/"
|
||||||
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "/.netlify/netlify-plugin-pnpm"
|
package = "/.netlify/netlify-plugin-pnpm"
|
||||||
|
|
Loading…
Reference in a new issue