Skip to content

Commit

Permalink
Merge pull request #93 from Itheum/d-damian
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid authored Feb 5, 2024
2 parents adc56fd + 0644626 commit a53244f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"test": "jest --runInBand --forceExit",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && husky install",
"postinstall": "husky install && npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1' && npx husky add .husky/pre-commit 'npm test'"
Expand Down

0 comments on commit a53244f

Please sign in to comment.