We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c24c68 commit b67cdddCopy full SHA for b67cddd
package.json
@@ -20,7 +20,7 @@
20
"lint:markdown": "markdownlint *.md content/**/*.md",
21
"lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"",
22
"lint:js": "eslint themes/opentermsarchive/assets/js/",
23
- "start:dev": "hugo serve --watch --logLevel debug --disableFastRender",
+ "start:dev": "hugo serve --watch --logLevel debug --disableFastRender --ignoreCache",
24
"jsdoc": "npm install @opentermsarchive/engine@latest --no-save && jsdoc --configure .jsdoc.json"
25
},
26
"devDependencies": {
0 commit comments