Skip to content

Commit

Permalink
Package.json: Remove redundant Hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Oct 16, 2023
1 parent 3e4aa27 commit c222a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"format": "yarn run format:eslint; yarn run format:prettier",
"format:eslint": "eslint --fix --ext .js --ignore-path .gitignore .",
"format:prettier": "prettier --ignore-path .gitignore --write '**/*.{html,css,js,yml}'",
"build:prod": "hugo version && hugo --cleanDestinationDir && yarn run pagefind",
"build:stage": "hugo version && hugo --environment staging --baseURL ${DEPLOY_PRIME_URL:-https://amplifycolorado.colabnews.co} && yarn run pagefind",
"build:prod": "hugo --cleanDestinationDir && yarn run pagefind",
"build:stage": "hugo --cleanDestinationDir --environment staging --baseURL ${DEPLOY_PRIME_URL:-https://amplifycolorado.colabnews.co} && yarn run pagefind",
"pagefind-dev": "hugo --cleanDestinationDir && pagefind --site public --output-path static/pagefind",
"pagefind": "pagefind --site public",
"test": "yarn run test:eslint && yarn run test:prettier",
Expand Down

0 comments on commit c222a72

Please sign in to comment.