Skip to content

Commit

Permalink
replace npm client to npm from yarn for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza committed Jun 7, 2018
1 parent d4a7f4f commit 201cb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ybootstrap": "lerna bootstrap",
"bootstrap-no-build": "lerna bootstrap --ignore-scripts",
"update": "lerna publish --skip-git --skip-npm",
"publish": "lerna publish --skip-git --repo-version $VERSION --yes",
"publish": "lerna publish --skip-git --repo-version $VERSION --yes --npm-client=npm",
"clean": "lerna clean",
"build": "lerna run --parallel --no-sort build",
"watch": "lerna run --parallel --no-sort watch",
Expand Down

0 comments on commit 201cb7d

Please sign in to comment.