Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tauisilva committed Mar 20, 2024
1 parent 84fa163 commit 865cb4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
node-version: 20

- name: Build Angular app to prod
working-directory: github-option-three-app
run: npm install && npm run build:prod
run: npm i && npm run build:prod

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 865cb4d

Please sign in to comment.