This commit is contained in:
Peter Maquiran
2022-12-22 11:01:58 +01:00
parent 7168788b3c
commit e6caab4aaf
45 changed files with 7182 additions and 4145 deletions
+10 -2
View File
@@ -12,7 +12,7 @@
"test": "jest --detectOpenHandles --runInBand",
"test:prof": "ionic build --configuration production && npm run test",
"dev:share": "lite-server --baseDir=share",
"install:chromium":"node node_modules/puppeteer/install.js"
"install:chromium": "node node_modules/puppeteer/install.js"
},
"private": true,
"dependencies": {
@@ -281,5 +281,13 @@
"type": "git",
"url": "git+https://Kayaya@bitbucket.org/equilibriumito/gabinete-digital.git"
},
"license": "ISC"
"license": "ISC",
"husky": {
"hooks": {
"applypatch-msg": "",
"pre-applypatch": "",
"post-applypatch": "",
"pre-commit": "prettier --write . && git add -A ."
}
}
}