Skip to content

Commit

Permalink
API-72: npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 14, 2024
1 parent 74c71ea commit f6638e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chain-simulator-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
docker ps
- name: Install dependencies
run: npm install
run: |
npm init
npm install
- name: Start API
run: |
Expand Down

0 comments on commit f6638e9

Please sign in to comment.