Fix lint script
This commit is contained in:
parent
5cf75bdfac
commit
504872c0ad
1 changed files with 2 additions and 0 deletions
|
|
@ -9,9 +9,11 @@ cargo clippy --all-targets --all-features --fix --allow-dirty --allow-staged
|
|||
cargo fmt --all
|
||||
|
||||
cd reconcile-js
|
||||
npm ci
|
||||
npm run format
|
||||
|
||||
cd ../examples/website
|
||||
npm ci
|
||||
npm run format
|
||||
|
||||
echo "Success!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue