Skip to content

Commit 3635f10

Browse files
committed
ci: fix local build
1 parent 0574e92 commit 3635f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/setup-node@v2
7878
with:
7979
node-version: 16
80-
- run: bash .ci/install_dependencies.sh
80+
- run: npm i
8181
- name: Build local dashboard
8282
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
8383
run: |

0 commit comments

Comments
 (0)