Update netlify file
This commit is contained in:
parent
ab15bd4179
commit
95a94c2052
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
[build]
|
[build]
|
||||||
publish = "public"
|
publish = "build"
|
||||||
command = "./scripts/build.sh"
|
command = "npm run build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.52"
|
|
||||||
NODE_ENV = "production"
|
NODE_ENV = "production"
|
||||||
NPM_CONFIG_PRODUCTION = "false"
|
NPM_CONFIG_PRODUCTION = "false"
|
||||||
|
|
||||||
|
|
Reference in a new issue