Skip to content

Commit

Permalink
chore: npm run clippy (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Jun 25, 2024
1 parent 1b946c6 commit a0668d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"cargo:test": "./scripts/test.backend.sh",
"clippy": "cargo clippy --target=wasm32-unknown-unknown -- -A deprecated",
"lint": "prettier --check './**/*.{ts,js,mjs,json,scss,css,svelte,html,md}' && eslint .",
"format": "prettier --write './**/*.{ts,js,mjs,json,scss,css,svelte,html,md}'",
"generate": "scripts/did.sh && dfx generate && node scripts/did.update.types.mjs && node scripts/did.delete.types.mjs && npm run format",
Expand Down

0 comments on commit a0668d5

Please sign in to comment.