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 1e2daff commit 9b02bbaCopy full SHA for 9b02bba
package.json
@@ -5,7 +5,8 @@
5
"description": "Nimbella add-on for Netlify to extends Netlify Sites with serverless functions and stateful APIs using Nimbella Cloud.",
6
"scripts": {
7
"setup": "yarn install",
8
- "test": "xo --no-semicolon && jest --coverage",
+ "precommit": "xo --no-semicolon && jest --coverage",
9
+ "test": "jest --coverage",
10
"lint": "xo --no-semicolon",
11
"lint-fix": "xo --no-semicolon --fix"
12
},
@@ -48,7 +49,7 @@
48
49
50
"husky": {
51
"hooks": {
- "pre-commit": "yarn test"
52
+ "pre-commit": "yarn precommit"
53
}
54
55
"files": [
0 commit comments