Do not run tests on commit

This commit is contained in:
Christoph Lienhard 2021-06-13 11:51:31 +02:00
parent 0d6d496291
commit 73055d2399
Signed by: christoph.lienhard
GPG key ID: 6B98870DDC270884
3 changed files with 1 additions and 8 deletions

6
package-lock.json generated
View file

@ -1,6 +0,0 @@
{
"name": "candymat",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

View file

@ -1 +0,0 @@
{}

View file

@ -45,7 +45,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test"
"pre-commit": "lint-staged"
}
},
"lint-staged": {