Skip to content

Commit

Permalink
Run npm install as part of ci/check
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Feb 16, 2024
1 parent 3579e0d commit e743073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/check
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

cargo check
cargo check --no-default-features
cd frontend && npm run check
cd frontend && npm install && npm run check

0 comments on commit e743073

Please sign in to comment.