Skip to content

Commit

Permalink
fix(swc-plugin-gql): add clippy explicitely in lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Dec 30, 2024
1 parent ba3e00d commit 23474f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swc-plugin-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"build": "cargo build",
"lint": "cargo clippy",
"lint": "rustup component add clippy && cargo clippy",
"prepack": "rustup target add wasm32-wasi && cargo build --release -p swc-plugin-graphql-box-gql --target wasm32-wasi",
"test": "cargo test"
},
Expand Down

0 comments on commit 23474f1

Please sign in to comment.