Skip to content

Commit

Permalink
fix: Add debug flag to npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent bd75a8e commit 26bdb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# - name: Cache cargo TODO deal with caching
- name: Install node dependencies
run: cd $SDK_JS_HOME && npm cache clean && npm install -verbose
run: cd $SDK_JS_HOME && npm install -verbose

- name: Cargo build
run: cargo build
Expand Down

0 comments on commit 26bdb99

Please sign in to comment.