Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
feat: update cicd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed Sep 16, 2021
1 parent dcc4f8a commit 6df28dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions cicd/commands/main
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

set -e

npx lerna run "build" --stream --parallel
npx lerna run "test" --stream --parallel
yarn lerna run "build" --stream --parallel
yarn lerna run "test" --stream --parallel
yarn lerna version --yes
4 changes: 2 additions & 2 deletions cicd/commands/pr
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

npx lerna run "build" --stream --parallel
npx lerna run "test" --stream --parallel
yarn lerna run "build" --stream --parallel
yarn lerna run "test" --stream --parallel
6 changes: 3 additions & 3 deletions cicd/commands/tag
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e

npx lerna run "build" --stream --parallel
npx lerna run "test" --stream --parallel
npx lerna run "deploy" --stream --parallel
yarn lerna run "build" --stream --parallel
yarn lerna run "test" --stream --parallel
yarn lerna run "deploy" --stream --parallel

0 comments on commit 6df28dc

Please sign in to comment.