mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
+10
-2
@@ -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 ."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user