We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c5d41 commit 190fbd2Copy full SHA for 190fbd2
package.json
@@ -21,9 +21,9 @@
21
"lint:eslint": "eslint .",
22
"lint:eslint:fix": "eslint . --fix",
23
"lint:fix": "pnpm lint:prettier:fix && pnpm lint:eslint:fix",
24
- "lint:renovate": "npx --yes --package renovate -- renovate-config-validator",
25
"lint:prettier": "prettier -c .",
26
"lint:prettier:fix": "prettier . --write",
+ "lint:renovate": "npx --yes --package renovate -- renovate-config-validator",
27
"release": "pnpm build && changeset publish",
28
"test:cli": "pnpm --filter @graphprotocol/graph-cli test",
29
"test:ts": "pnpm --filter @graphprotocol/graph-ts test",
0 commit comments