Skip to content

Commit 1c4a6db

Browse files
committed
Install deps
1 parent 810b7e2 commit 1c4a6db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bug_bounty.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
run: |-
2424
npm install -g npm@${{ matrix.npm }}
2525
26+
- name: Install Monorepo Dependencies
27+
run: |-
28+
# Install node dependencies
29+
node ./scripts/gtime.js monorepo_install npm ci
30+
2631
- name: Generate Retail App Demo
2732
uses: ./.github/actions/e2e_generate_app
2833
with:

0 commit comments

Comments
 (0)