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 2e6d690 commit 84d7edfCopy full SHA for 84d7edf
package.json
@@ -53,7 +53,7 @@
53
"clean": "rimraf lib",
54
"flow": "flow",
55
"prepublish": "cross-env BABEL_ENV=production npm run build",
56
- "preversion": "npm run test && npm run changelog",
+ "preversion": "npm run test",
57
"test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
58
"test-only": "ava",
59
"test-ci": "nyc npm run test-only",
0 commit comments