Skip to content

Commit

Permalink
Merge pull request #574 from openameba/ci/bootstrap-error
Browse files Browse the repository at this point in the history
chore: use npx for bootstrap
  • Loading branch information
keiya01 committed Nov 8, 2022
2 parents f63779c + 22bc33b commit aa88841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ui-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-v2
- run: yarn install --frozen-lockfile
- run: yarn lerna bootstrap -- --frozen-lockfile
- run: yarn lerna bootstrap
- name: Update UI catalog
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
Expand Down

0 comments on commit aa88841

Please sign in to comment.