Skip to content

Commit

Permalink
chore: run linting in parallel for faster linting
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Jul 21, 2023
1 parent 0b38ff5 commit 2701768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"test": "wsrun --serial --exclude-missing -c test",
"test:ci": "wsrun --serial --exclude-missing -c test:ci",
"test-wasm:ci": "wsrun --serial --exclude-missing -c test-wasm:ci",
"lint": "wsrun --serial --exclude-missing -c lint",
"lint:fix": "wsrun --serial --exclude-missing -c lint:fix",
"lint:ci": "wsrun --serial --exclude-missing -c lint:ci"
"lint": "wsrun -l --exclude-missing -c lint",
"lint:fix": "wsrun -l --exclude-missing -c lint:fix",
"lint:ci": "wsrun -l --exclude-missing -c lint:ci"
},
"dependencies": {
"@cosmjs/encoding": "^0.27.1",
Expand Down

0 comments on commit 2701768

Please sign in to comment.