Skip to content

Commit

Permalink
Merge pull request #329 from SAP/remove-precommit-hook
Browse files Browse the repository at this point in the history
remove precommit test hook and husky dependency
  • Loading branch information
mikerodonnell89 committed Nov 26, 2018
2 parents ada6597 + 8870270 commit ef9fb66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lint": "ng lint",
"e2e": "ng e2e",
"build-src": "gulp build-src",
"precommit": "ng test fundamental-ngx --browsers ChromeHeadless --watch=false",
"build-deploy-docs": "ng build --prod --base-href=\"/fundamental-ngx/\" && angular-cli-ghpages --branch gh-pages",
"build-deploy-library": "ng build --prod fundamental-ngx && cd dist/fundamental-ngx && npm publish && cd ../.."
},
Expand Down Expand Up @@ -50,7 +49,6 @@
"@types/jasminewd2": "^2.0.4",
"@types/node": "^10.11.3",
"codelyzer": "^4.4.4",
"husky": "^1.0.1",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.0.0",
Expand Down

0 comments on commit ef9fb66

Please sign in to comment.