Skip to content

Commit

Permalink
chore(custom): update some dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Aug 15, 2024
1 parent 40b7add commit 0fa7391
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
1 change: 1 addition & 0 deletions @cli/create-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@dumlj/util-lib": "workspace:^2.5.26",
"cardinal": "^2.1.1",
"chalk": "^4.1.2",
"husky": "^9.1.1",
"commander": "^11.1.0",
"glob": "^10.3.10",
"inquirer": "^6.5.2",
Expand Down
2 changes: 1 addition & 1 deletion @cli/create-cli/src/actions/install/husky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function husky(options: InstallHuskyOptions = {}) {
}, [] as string[])

if (commands.length > 0) {
const scripts = ['husky install'].concat(commands).filter(Boolean).join(' && ')
const scripts = ['husky'].concat(commands).filter(Boolean).join(' && ')
execSync(scripts, { stdio: 'inherit', cwd })
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@eslint/compat": "^1.1.1",
"@swc/core": "^1.7.11",
"@types/node": "latest",
"cz-customizable-i18n-config": "0.0.1-alpha.2",
"lodash": "^4.17.21",
"micromatch": "^4.0.5"
},
Expand All @@ -73,7 +74,6 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"fs-extra": "^11.1.0",
"husky": "^9.1.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-junit": "^16.0.0",
Expand Down
33 changes: 30 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 0fa7391

Please sign in to comment.