Skip to content

Commit 7ad6f89

Browse files
committed
chore: add hugo bin from npmjs.org
1 parent d189b93 commit 7ad6f89

File tree

2 files changed

+2294
-1318
lines changed

2 files changed

+2294
-1318
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"devDependencies": {
77
"autoprefixer": "^10.4.17",
88
"cssnano": "^6.0.3",
9+
"hugo-bin": "^0.122.7",
910
"normalize.css": "^8.0.1",
1011
"playwright": "^1.41.0",
1112
"postcss": "^8.4.33",
@@ -21,7 +22,7 @@
2122
"scripts": {
2223
"dev": "hugo serve -D",
2324
"build": "hugo --gc --cleanDestinationDir",
24-
"start:ci": "$HOME/hugo serve -D",
25+
"start:ci": "hugo serve -D",
2526
"create-resume": "ts-node ./resume-snapshotter.ts",
2627
"gen:resume": "start-server-and-test dev http://localhost:1313 create-resume",
2728
"gen:resume:ci": "start-server-and-test start:ci http://localhost:1313 create-resume"

0 commit comments

Comments
 (0)