1
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:
2019-11-21 22:29:09 -05:00
parent 8cfb242246
commit 7887aeb6ed
4 changed files with 7905 additions and 10 deletions

View File

@@ -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"