mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 04:35:31 -04:00
build with yarn
This commit is contained in:
10
netlify.toml
10
netlify.toml
@@ -1,15 +1,15 @@
|
||||
[build]
|
||||
command = "npm run build"
|
||||
command = "yarn build"
|
||||
publish = "public"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "yarn build:preview"
|
||||
publish = "public"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.59.1"
|
||||
HUGO_ENV = "production"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "npm run build:preview"
|
||||
publish = "public"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.59.1"
|
||||
HUGO_ENV = "development"
|
||||
|
Reference in New Issue
Block a user