We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b410ea commit d8d0876Copy full SHA for d8d0876
package.json
@@ -32,7 +32,9 @@
32
"test": "yarn hardhat:test",
33
"vercel": "yarn workspace @se-2/nextjs vercel",
34
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo",
35
- "verify": "yarn workspace @se-2/hardhat verify"
+ "verify": "yarn workspace @se-2/hardhat verify",
36
+ "lint": "next lint",
37
+ "lint:skip": "exit 0"
38
},
39
"devDependencies": {
40
"@types/snarkjs": "^0",
@@ -48,5 +50,10 @@
48
50
"jsqr": "^1.4.0",
49
51
"qrcode.react": "^4.1.0",
52
"snarkjs": "^0.7.5"
53
+ },
54
+ "husky": {
55
+ "hooks": {
56
+ "pre-commit": "npm run lint:skip"
57
+ }
58
}
59
0 commit comments