Skip to content

Commit

Permalink
build(husky): remove package.json config #63
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   package.json
  • Loading branch information
blackfalcon committed Apr 19, 2023
1 parent e107690 commit f4cc4de
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"================================================================================",
"# To work within the development environment, run the following tasks",
" 1. $ npm run dev",
" 2. $ npm run serve",
" 3. Go to http://localhost:3001",
" 2. Go to http://localhost:3001",
"================================================================================"
],
"name": "@aurodesignsystem/auro-header",
Expand Down Expand Up @@ -108,12 +107,6 @@
"prepare": "husky install",
"types": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "npm-run-all test lint bundler postinstall",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"release": {
"branch": "master",
"plugins": [
Expand Down

0 comments on commit f4cc4de

Please sign in to comment.