Skip to content

Commit

Permalink
Merge pull request #11 from pacifiquem/pacifiquem-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pacifiquem committed May 7, 2023
2 parents fc4ad8c + 989a2a4 commit cad99bf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
16 changes: 16 additions & 0 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "npx-proj",
"version": "2.0.9",
"description": "nodejs project-structure manager .",
"main": "index.js",
"main": "/dist/index.js",
"bin": {
"npx-proj": "/dist/bin/npx-proj.js"
},
Expand All @@ -12,7 +12,9 @@
"type": "module",
"scripts": {
"test": "npx-proj --version",
"lint": "npx eslint --ext .ts --fix"
"lint": "npx eslint --ext .ts --fix",
"build": "tsc",
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,6 +56,7 @@
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"typescript": "^4.9.5"
}
}

0 comments on commit cad99bf

Please sign in to comment.