Browse Source

feat: rename action to check:urls

friedger-patch-1
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
b2a1882ca1
  1. 2
      package.json

2
package.json

@ -128,7 +128,7 @@
"lint:prettier:fix": "prettier --write \"src/**/*.{ts,tsx,md,mdx}\" *.js",
"typecheck": "tsc --noEmit",
"typecheck:watch": "npm run typecheck -- --watch",
"check:markdown": "find . -type f -name '*.md' ! -path './node_modules/*' ! -path './_site/*' | xargs -L1 npx markdown-link-check -q -c mlc_config.json"
"check:urls": "find . -type f -name '*.md' ! -path './node_modules/*' ! -path './_site/*' | xargs -L1 npx markdown-link-check -q -c mlc_config.json"
},
"husky": {
"hooks": {

Loading…
Cancel
Save