1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

clean up base template

This commit is contained in:
2019-12-10 16:00:59 -05:00
parent acb721d64a
commit 192822f113
3 changed files with 7 additions and 7 deletions

View File

@@ -14,8 +14,8 @@
"url": "git+https://github.com/jakejarvis/jarv.is.git"
},
"scripts": {
"build": "yarn clean && yarn hugo:build && yarn optimize",
"build:preview": "yarn clean && yarn hugo:build-dev",
"build": "yarn clean && yarn hugo:version && yarn hugo:build && yarn optimize",
"build:preview": "yarn clean && yarn hugo:version && yarn hugo:build-dev",
"hugo:build": "hugo --gc --cleanDestinationDir --verbose",
"hugo:build-dev": "cross-env HUGO_ENV=development hugo -e development --buildDrafts --buildFuture --baseURL ${DEPLOY_PRIME_URL:-/} --gc --cleanDestinationDir --verbose",
"hugo:version": "hugo version; hugo env",