mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
yesterday f5a9b92ba6a3f7ee09a8c668077b72625c6806e0
ci(fix): check and fix only docs in lint:markdown

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
1 files modified
4 ■■■■ changed files
package.json 4 ●●●● patch | view | raw | blame | history
package.json
@@ -46,8 +46,8 @@
  },
  "scripts": {
    "lint:links": "lychee --config lychee.toml public",
    "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
    "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
    "lint:markdown": "markdownlint-cli2 docs/**/*.{md,mdx}",
    "lint:markdown:fix": "markdownlint-cli2 --fix docs/**/*.{md,mdx}",
    "release": "wireit",
    "release:pre": "wireit",
    "server": "wireit",