Skip to content

Commit

Permalink
Build app in deploymnet pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bsperezb committed Mar 20, 2024
1 parent 81fcd4c commit 4374b19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: '20'
- name: Install dependencies
run: npm install
run: npm install --no-audit --no-fund --no-optional
- name: Linter
run: npm run lint
run: npm run lint
- name: Build
run: npm run build

0 comments on commit 4374b19

Please sign in to comment.