Skip to content

Commit

Permalink
chore(general): 🤖 update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Sep 8, 2023
1 parent 3026347 commit 1cd9a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm i
run: npm i --legacy-peer-deps

- name: Run Build
run: npm run build:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'npm'
- name: Install and Build
run: |
npm ci
npm ci --legacy-peer-deps
npx nx build playground -- --base-href /query/
- name: Duplicated index.html
# https://angular.io/guide/deployment#deploy-to-github-pages
Expand Down

0 comments on commit 1cd9a19

Please sign in to comment.