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 dc3c82a commit a22c084Copy full SHA for a22c084
package.json
@@ -4,7 +4,8 @@
4
"format": "prettier 'src/**/*.js' --write --print-width 80 --tab-width 2 --single-quote --trailing-comma all",
5
"lint": "eslint 'src/**/*.js'",
6
"test": "jest",
7
- "test-watch": "jest --watch"
+ "test-watch": "jest --watch",
8
+ "ci": "npm run format && git diff --exit-code && npm run lint && npm test"
9
},
10
"babel": {
11
"presets": [
0 commit comments