Skip to content

Commit 1b72890

Browse files
committed
yarn
1 parent 4bd14be commit 1b72890

File tree

3 files changed

+3107
-2
lines changed

3 files changed

+3107
-2
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ coverage/
1212
.gitignore
1313
.npmignore
1414
.travis.yml
15+
yarn.lock

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"jest": "^19.0.2"
4949
},
5050
"scripts": {
51-
"pretest": "npm run lint",
51+
"pretest": "yarn run lint",
5252
"test": "jest --coverage",
5353
"lint": "eslint src",
5454
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
5555
"build": "babel src --out-dir build --ignore spec.js",
5656
"watch:test": "jest --watch --notify",
57-
"prepublish": "npm run build",
57+
"prepublish": "yarn run build",
5858
"postpublish": "rm -rf build && git push --follow-tags"
5959
}
6060
}

0 commit comments

Comments
 (0)