Skip to content

Commit

Permalink
try using hugo-bin with arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Feb 11, 2025
1 parent 43ed6cd commit b0614ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"resolutions": {
"natives": "1.1.6"
},
"hugo-bin": {
"buildTags": "extended",
"version": "^0.140.1"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
"@mitodl/course-search-utils": "^2.3.0",
Expand Down Expand Up @@ -119,7 +123,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"exec-sh": "^0.4.0",
"file-loader": "^5.0.2",
"hugo-bin-extended": "^0.142.0",
"hugo-bin": "^0.140.1",
"imports-loader": "^0.8.0",
"inquirer": "^12.0.0",
"jest": "^27.4.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8540,15 +8540,15 @@ __metadata:
languageName: node
linkType: hard

"hugo-bin-extended@npm:^0.142.0":
version: 0.142.0
resolution: "hugo-bin-extended@npm:0.142.0"
"hugo-bin@npm:^0.140.1":
version: 0.140.1
resolution: "hugo-bin@npm:0.140.1"
dependencies:
"@xhmikosr/bin-wrapper": "npm:^13.0.5"
package-config: "npm:^5.0.0"
bin:
hugo: bin/cli.js
checksum: 10c0/fd79393cc5f6229f8161945dc7a8641d44c75920c742e78542f2589bc998c77a24fcbb780571056cfe5bba51b83fd97892b1c511ad5a6fbe66917c647767a5a4
checksum: 10c0/30aa4d12725cc0f319e4c418ee321f1a6e4434c5fed20c7abda385b30a69c90f74f5d92ddeda3e369082488e0838a9e82a6161d31e0a9ff6b4c0779195f77b1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -12123,7 +12123,7 @@ __metadata:
file-loader: "npm:^5.0.2"
fuse.js: "npm:^6.6.2"
history: "npm:^5.3.0"
hugo-bin-extended: "npm:^0.142.0"
hugo-bin: "npm:^0.140.1"
imports-loader: "npm:^0.8.0"
inquirer: "npm:^12.0.0"
isomorphic-fetch: "npm:^3.0.0"
Expand Down

0 comments on commit b0614ff

Please sign in to comment.