Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Apr 23, 2021
1 parent 29fb2a2 commit 9b5fc33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ task:
- which node
matrix:
- name: Install
install_script: npm install
install_script:
- npm install
- npm install --g lerna
- name: Build
depends_on:
- Install
Expand Down

0 comments on commit 9b5fc33

Please sign in to comment.