Skip to content

Commit

Permalink
chore(ci): update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus committed Sep 7, 2024
1 parent 6f05cde commit fc7fca1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 36 deletions.
40 changes: 8 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev:www": "eleventy --serve",
"dev:esm": "chokidar src --initial --command 'npm run build:esm'",
"lint": "eslint *.js src",
"prepare": "is-ci || husky install",
"prepare": "husky",
"tscc": "tsc --noEmit",
"verify": "concurrently -c auto npm:lint npm:tscc npm:wwwc",
"wwwc": "eleventy --dryrun"
Expand Down Expand Up @@ -49,8 +49,6 @@
"eslint": "^8.57.0",
"highlight.js": "^11.9.0",
"hls.js": "^1.5.15",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
Expand All @@ -69,6 +67,7 @@
"devDependencies": {
"@types/raf": "^3.4.3",
"esbuild-plugin-wasm": "^1.1.0",
"globby": "^14.0.1"
"globby": "^14.0.1",
"husky": "^9.1.5"
}
}

0 comments on commit fc7fca1

Please sign in to comment.