We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a1048 commit 1b954fcCopy full SHA for 1b954fc
1 file changed
package.json
@@ -31,7 +31,7 @@
31
"build": "babel './index.js' -d './transpiled/'",
32
"lint": "eslint './index.js'",
33
"check": "flow-typed install && flow check",
34
- "ci": "npm run test && npm run lint && npm run check",
+ "ci": "npm run test",
35
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'"
36
},
37
"devDependencies": {
@@ -60,4 +60,4 @@
60
"files": [
61
"transpiled/index.js"
62
]
63
-}
+}
0 commit comments