Skip to content

Commit

Permalink
Upgrade Hugo to 0.87.0, and netlify-cli to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Aug 14, 2021
1 parent 2892349 commit 8c9252b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"build-and-serve": "npm run build && npm run serve",
"build:preview": "hugo --cleanDestinationDir -DFE --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:preview": "echo $SHELL && hugo --cleanDestinationDir -DFE --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "hugo --cleanDestinationDir --minify",
"build": "hugo --cleanDestinationDir -e dev -DFE",
"check-links": "make check-internal-links",
Expand All @@ -12,8 +12,8 @@
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"hugo-extended": "^0.83.1",
"netlify-cli": "^3.39.4",
"hugo-extended": "^0.87.0",
"netlify-cli": "^6.3.5",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1"
}
Expand Down

0 comments on commit 8c9252b

Please sign in to comment.