Skip to content

Commit

Permalink
Merge pull request #1751 from junedkazi/remove-stencil-cli-deps
Browse files Browse the repository at this point in the history
Remove stencil cli from dev dependency and move it over to github actions install
  • Loading branch information
junedkazi committed Jul 29, 2020
2 parents 895f8ab + 5cbc26b commit 54ddcef
Show file tree
Hide file tree
Showing 3 changed files with 899 additions and 7,105 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install Stencil CLI Dependency
run: npm install -g @bigcommerce/stencil-cli

- name: Install Dependencies
run: npm ci

Expand Down
Loading

0 comments on commit 54ddcef

Please sign in to comment.