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
|
cargo fmt --all
|
||||||
|
|
||||||
cd reconcile-js
|
cd reconcile-js
|
||||||
|
npm ci
|
||||||
npm run format
|
npm run format
|
||||||
|
|
||||||
cd ../examples/website
|
cd ../examples/website
|
||||||
|
npm ci
|
||||||
npm run format
|
npm run format
|
||||||
|
|
||||||
echo "Success!"
|
echo "Success!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue