Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaudiahdz <cghr1990@gmail.com>2019-12-06 20:44:29 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-01-07 02:43:47 +0300
commitf2d770ac768ea84867772b90a3c9acbdd0c1cb6a (patch)
tree4401a53baf73b4f7853a7b6b93093715514b6ef9 /netlify.toml
parent462cf0983dbc18a3d93f77212ca69f878060b2ec (diff)
chore: fix netlify publish path config
PR-URL: https://github.com/npm/cli/pull/569 Credit: @claudiahdz Close: #569 Reviewed-by: @ruyadorno
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 8d78eb1ab..c1b75b830 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,4 +1,4 @@
[build]
base = "docs"
command = "npm run build"
- publish = "docs/public"
+ publish = "public"