Skip to content

Commit d0da10e

Browse files
authored
Fix Error: command error: unknown shorthand flag: 'v' in -v
1 parent 4dfc3c6 commit d0da10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"babel": "npx babel src/js/theme.js -o assets/js/theme.min.js -s",
18-
"build": "hugo -v --gc --minify",
18+
"build": "hugo --gc --minify",
1919
"build:lunr.segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
2020
"server": "hugo server -D --disableFastRender --navigateToChanged --ignoreCache --bind 0.0.0.0",
2121
"server:production": "npm run server -- -e production",

0 commit comments

Comments
 (0)