Skip to content

Commit b67cddd

Browse files
committed
Ignore cache on dev mode
1 parent 8c24c68 commit b67cddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint:markdown": "markdownlint *.md content/**/*.md",
2121
"lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"",
2222
"lint:js": "eslint themes/opentermsarchive/assets/js/",
23-
"start:dev": "hugo serve --watch --logLevel debug --disableFastRender",
23+
"start:dev": "hugo serve --watch --logLevel debug --disableFastRender --ignoreCache",
2424
"jsdoc": "npm install @opentermsarchive/engine@latest --no-save && jsdoc --configure .jsdoc.json"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)