Skip to content

Commit d2206fd

Browse files
authored
Use yarn in package.json
1 parent d4978a6 commit d2206fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"build": "babel src/ --out-dir lib/",
4040
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
4141
"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",
42+
"preversion": "yarn test",
43+
"prepublish": "yarn clean && yarn build",
44+
"test": "yarn lint && cross-env BABEL_ENV=test yarn build && yarn test-only",
45+
"test-ci": "cross-env BABEL_ENV=test yarn build && yarn test-only",
4646
"test-only": "nyc ava"
4747
},
4848
"repository": {

0 commit comments

Comments
 (0)