Skip to content

Commit

Permalink
chore: update configs only
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson-dean committed Sep 20, 2023
1 parent 416615d commit 5fd8601
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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 pre-commit
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"start": "ng serve --port 4201 -c development",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build_prod": "./node_modules/.bin/ng build --configuration production --base-href / --deploy-url /",
"ngcc": "./node_modules/.bin/ngcc --properties es2015",
"format": "npx prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
"format": "npx prettier --write .",
"prepare": "husky install",
"pre-commit": "pretty-quick --staged"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -91,7 +88,7 @@
"@types/uuid": "^8.3.0",
"audit-ci": "^4.0.0",
"codelyzer": "^6.0.0",
"husky": "^8.0.1",
"husky": "^8.0.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"module": "es2020",
"allowJs": true,
"lib": [
"es2018",
"es2020",
"dom"
],
"types": [],
Expand Down

0 comments on commit 5fd8601

Please sign in to comment.