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

Patrick Kollitsch
yesterday 998b060a26963eca175439ce55579ef69cce66fb
ci(fix): do not check the whole code base on TS changes
2 files modified
2 ■■■ changed files
.lintstagedrc.js 1 ●●●● patch | view | raw | blame | history
package.json 1 ●●●● patch | view | raw | blame | history
.lintstagedrc.js
@@ -22,7 +22,6 @@
        // 'npm run lint:links',
        "npm run lint:markdown:fix",
    ],
    "**/*.ts?(x)": () => ["tsc -p tsconfig.json --noEmit"],
    // 'layouts/**/*.*': [
    //   './bin/hugo/refactor layouts'
    // ],
package.json
@@ -55,6 +55,7 @@
        "lint:links": "lychee --config lychee.toml public",
        "lint:markdown": "markdownlint-cli2",
        "lint:markdown:fix": "markdownlint-cli2 --fix",
        "lint:typescript": "tsc -p tsconfig.json --noEmit",
        "prepare": "simple-git-hooks install",
        "release": "release-it --config .release-it.ts",
        "release:pre": "release-it --preRelease=prerelease --config .release-it.ts",