Skip to content

Commit

Permalink
Lerna release more fixes (via #114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Mar 12, 2020
1 parent 910e8c0 commit e1ca87e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
CI: true
- name: npm release
run: |
npm run version -- ${GITHUB_REF:10}
npm run release
env:
NPM_USER: ${{ secrets.NPM_USER }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"build": "npm run clean && npm run link && lerna run build --stream",
"test": "npm run build && npm run run-test",
"clean": "lerna run clean",
"release": "lerna publish from-git --yes",
"version": "lerna version --yes",
"release": "lerna publish from-package --yes",
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
"run-test": "lerna run test",
Expand Down

0 comments on commit e1ca87e

Please sign in to comment.