We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preversion
test
1 parent 266f948 commit 99f8c0bCopy full SHA for 99f8c0b
package.json
@@ -53,8 +53,8 @@
53
"clean": "rimraf lib",
54
"flow": "flow",
55
"prepublish": "cross-env BABEL_ENV=production npm run build",
56
- "preversion": "npm run test",
57
- "test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
+ "preversion": "npm run lint && npm run flow && npm run test",
+ "test": "npm run build -- -m && npm run test-only",
58
"test-only": "ava",
59
"test-ci": "nyc npm run test-only",
60
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
0 commit comments