Skip to content

Commit

Permalink
npm --verbose ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Jul 18, 2024
1 parent 022e137 commit ef515d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cf-test:
static:
cargo fmt -- --check
cargo clippy -- -Dwarnings
cd ts/sbd-server && npm ci
cd ts/sbd-server && npm --verbose ci
cd ts/sbd-server && npm run test:fmt
cd ts/sbd-server && npm run test:type
@if [ "${CI}x" != "x" ]; then git diff --exit-code; fi

0 comments on commit ef515d8

Please sign in to comment.