Skip to content

Commit

Permalink
change working dir for npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 1, 2024
1 parent f58f753 commit 4b5b6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
working-directory: ./artifacts-outputs
run: ls
- name: Install dependencies
working-directory: ./artifacts-outputs
run: npm ci
- name: Lint Code
run: npm run lint
Expand Down

0 comments on commit 4b5b6d7

Please sign in to comment.