Skip to content

Commit

Permalink
Update main_youtube-clone-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pradumchintamani authored Apr 11, 2024
1 parent 95c0bc8 commit 04fdbdf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main_youtube-clone-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
with:
node-version: '18.x'

# - name: npm install, build, and test
# run: |
# npm install
# npm run build
- name: npm install, build, and test
run: |
npm install
npm run build
env:
CI: false


- name: Zip artifact for deployment
Expand Down

0 comments on commit 04fdbdf

Please sign in to comment.