Skip to content

Commit

Permalink
Merge pull request #9 from CloudCannon/fix/dot-hugo-cache
Browse files Browse the repository at this point in the history
added a dot to the hugo cache
  • Loading branch information
ryan-semicolons authored May 11, 2023
2 parents 8d0af76 + 7cfb21f commit dcc12f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/options/hugo-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit dcc12f6

Please sign in to comment.