We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d189b93 commit 7ad6f89Copy full SHA for 7ad6f89
package.json
@@ -6,6 +6,7 @@
6
"devDependencies": {
7
"autoprefixer": "^10.4.17",
8
"cssnano": "^6.0.3",
9
+ "hugo-bin": "^0.122.7",
10
"normalize.css": "^8.0.1",
11
"playwright": "^1.41.0",
12
"postcss": "^8.4.33",
@@ -21,7 +22,7 @@
21
22
"scripts": {
23
"dev": "hugo serve -D",
24
"build": "hugo --gc --cleanDestinationDir",
- "start:ci": "$HOME/hugo serve -D",
25
+ "start:ci": "hugo serve -D",
26
"create-resume": "ts-node ./resume-snapshotter.ts",
27
"gen:resume": "start-server-and-test dev http://localhost:1313 create-resume",
28
"gen:resume:ci": "start-server-and-test start:ci http://localhost:1313 create-resume"
0 commit comments