Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/187 #293

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Added githooks tasks to server-render
  • Loading branch information
UlisesGascon committed Mar 18, 2020
commit d9e8a23a4c6a5c4823e2689e36855642d8410739
5 changes: 4 additions & 1 deletion apps/server-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"docker-mongo": "docker run -p 27017:27017 --name mongo mongo:latest",
"start-infra": "docker-compose up",
"stop-infra": "docker-compose down",
"cy:verify": "cypress verify"
"cy:verify": "cypress verify",
"githook:commit-msg": "npm run precommit",
"githook:pre-push": "npm run test:ci",
"githook:post-merge": "npm install && npm install --package-lock-only"
},
"devDependencies": {
"async": "^2.0.0-rc.4",
Expand Down