Skip to content

Commit

Permalink
added force
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kuruvilla committed Dec 10, 2023
1 parent 1cb69f0 commit a2a1ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 16

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

- name: Build Angular App
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<app-layout></app-layout>
<div class="">This is the dummy text for testing sdfsfs</div>
<div class="">This is the dummy text for testing </div>

<div class="card"> dfsfsdf</div>

0 comments on commit a2a1ff3

Please sign in to comment.