1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-02 21:20:06 +02:00

added husky and lint-staged

Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
Phred 2021-08-06 09:48:50 -05:00
parent 09d66c261a
commit 22b665fc30
No known key found for this signature in database
GPG key ID: 8103F27168DAA2A0
2 changed files with 525 additions and 275 deletions

View file

@ -7,7 +7,8 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest --coverage",
"pre-checkin": "yarn run format && yarn run build"
"pre-checkin": "yarn run format && yarn run build",
"prepare": "husky install"
},
"repository": {
"type": "git",
@ -42,9 +43,11 @@
"@types/tmp": "^0.2.0",
"@vercel/ncc": "^0.28.6",
"dotenv": "^8.6.0",
"husky": "^7.0.1",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-runtime": "^26.6.3",
"lint-staged": "^11.1.2",
"prettier": "^2.3.1",
"ts-jest": "^26.5.6",
"typescript": "^4.3.4",

795
yarn.lock

File diff suppressed because it is too large Load diff