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 d4978a6 commit d2206fdCopy full SHA for d2206fd
1 file changed
package.json
@@ -39,10 +39,10 @@
39
"build": "babel src/ --out-dir lib/",
40
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
41
"lint": "eslint src test",
42
- "preversion": "npm test",
43
- "prepublish": "npm run clean && npm run build",
44
- "test": "npm run lint && cross-env BABEL_ENV=test npm run build && npm run test-only",
45
- "test-ci": "cross-env BABEL_ENV=test npm run build && npm run test-only",
+ "preversion": "yarn test",
+ "prepublish": "yarn clean && yarn build",
+ "test": "yarn lint && cross-env BABEL_ENV=test yarn build && yarn test-only",
+ "test-ci": "cross-env BABEL_ENV=test yarn build && yarn test-only",
46
"test-only": "nyc ava"
47
},
48
"repository": {
0 commit comments