diff --git a/package.json b/package.json index 9f7c99d..1d3bd95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcannon/command-builder", - "version": "1.0.48", + "version": "1.0.49", "description": "A script that builds the script that builds your site", "main": "src/index.js", "scripts": { diff --git a/src/options/hugo-options.js b/src/options/hugo-options.js index 888b50c..33b0170 100644 --- a/src/options/hugo-options.js +++ b/src/options/hugo-options.js @@ -4,10 +4,10 @@ module.exports = { environment_variables: [ { key: 'HUGO_CACHEDIR', - value: '/usr/local/__site/src/hugo_cache/' + value: '/usr/local/__site/src/.hugo_cache/' } ], - preserved_paths: 'node_modules/,hugo_cache/,resources/' + preserved_paths: 'node_modules/,.hugo_cache/,resources/' }, options: { install_command: {