Skip to content

Commit

Permalink
Update step Install Dependencies in build.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhducthanhtuan committed Jul 2, 2023
1 parent 303d2ca commit 6716579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 14

- name: Install Dependencies
run: npm install
run: npm install --force

- name: Build
run: npm run build
Expand Down

0 comments on commit 6716579

Please sign in to comment.