Skip to content

Commit

Permalink
Update package.json (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored May 18, 2020
1 parent ecaba54 commit ab2b9db
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 @@ -6,7 +6,7 @@
"test": "npm run build && npm run run-test",
"clean": "lerna run clean",
"version": "lerna version --no-git-tag-version --no-changelog --yes",
"release": "lerna publish from-package --skip-git --yes",
"release": "lerna publish from-git --yes",
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
"run-test": "lerna run test",
Expand Down

0 comments on commit ab2b9db

Please sign in to comment.