Skip to content

Commit 18835a7

Browse files
committed
use yarn
1 parent e47a934 commit 18835a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"clean": "lerna run clean",
77
"compile": "lerna run compile",
88
"lint": "tslint packages/*/{src,__tests__}/**/*.ts",
9-
"prebootstrap": "npm install",
9+
"prebootstrap": "yarn install",
1010
"postinstall": "lerna bootstrap && opencollective postinstall",
1111
"publish": "lerna publish",
1212
"publish:canary": "yarn run publish -- --canary",

0 commit comments

Comments
 (0)