Skip to content

Commit

Permalink
chore: scripts for linting and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Jul 15, 2024
1 parent 5c684cb commit a969604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"bootstrap": "lerna bootstrap",
"prepare": "lerna run prepare",
"release": "./scripts/release.sh",
"format": "lerna --concurrency 1 run format --stream",
"lint": "lerna --concurrency 1 run lint --stream",
"test": "lerna --concurrency 1 run test --stream --ignore @graphprotocol/indexer-service",
"test:ci": "lerna --concurrency 1 run test:ci --stream --ignore @graphprotocol/indexer-service",
"update-common-ts": "./scripts/update-common-ts.sh 1.8.3",
Expand Down

0 comments on commit a969604

Please sign in to comment.