Loading package.json +2 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,8 @@ "lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"", "lint:markdown-fix": "markdownlint-cli2-fix \"*.md\" \"content/**/*.md\"", "server": "exec-bin node_modules/.bin/hugo/hugo server", "test": "npm run -s lint", "test:dev": "npm run -s lint", "test": "npm run -s lint:markdown", "env": "env", "precheck": "npm version", "check": "exec-bin node_modules/.bin/hugo/hugo version", Loading Loading
package.json +2 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,8 @@ "lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"", "lint:markdown-fix": "markdownlint-cli2-fix \"*.md\" \"content/**/*.md\"", "server": "exec-bin node_modules/.bin/hugo/hugo server", "test": "npm run -s lint", "test:dev": "npm run -s lint", "test": "npm run -s lint:markdown", "env": "env", "precheck": "npm version", "check": "exec-bin node_modules/.bin/hugo/hugo version", Loading