We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f6b75 commit 794e2a5Copy full SHA for 794e2a5
1 file changed
package.json
@@ -78,6 +78,6 @@
78
"check": "flow check",
79
"prepublish": ". ./resources/prepublish.sh",
80
"preversion": ". ./resources/checkgit.sh && npm test",
81
- "test": "npm run lint && npm run check && npm run build"
+ "test": "npm run check && npm run build"
82
}
83
0 commit comments