Skip to content

Commit

Permalink
build: added check if cli commands are existing
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Oct 7, 2023
1 parent cf6e0e7 commit f81fd8f
Show file tree
Hide file tree
Showing 11 changed files with 147 additions and 89 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"commander": "^11.0.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-tsdoc": "^0.2.17",
"fs-extra": "^11.1.1",
"klaw": "^4.1.0",
"lookpath": "^1.2.2",
"path-scurry": "^1.10.1",
"prettier": "^3.0.3",
"prompts": "^2.4.2",
Expand All @@ -53,7 +54,7 @@
"@types/fs-extra": "^11.0.2",
"@types/klaw": "^3.0.4",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.3",
"@types/prompts": "^2.4.5",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit f81fd8f

Please sign in to comment.