Link libs of updated PHP dependencies on macOS

This commit is contained in:
Shivam Mathur
2021-02-28 19:08:35 +05:30
parent c20693a6ca
commit 0769672a24
5 changed files with 837 additions and 334 deletions

View File

@@ -40,7 +40,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"prettier": "^2.2.1",
@@ -50,7 +50,7 @@
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run format && npm run lint && npm run build && npm run release"
"pre-commit": "npm run format && npm run lint && npm run test && npm run build && npm run release"
}
}
}