Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
laat committed Jun 3, 2021
1 parent f913719 commit ff3bbfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -o nounset

git clean -xfd

yarn
yarn lerna bootstrap
yarn lerna run build
yarn test
yarn lerna publish
npm ci
npx lerna bootstrap
npm run build
npm test
npx lerna publish

0 comments on commit ff3bbfe

Please sign in to comment.