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 34548b1 commit 37c5bdeCopy full SHA for 37c5bde
package.json
@@ -56,7 +56,7 @@
56
"theme": "node -r sucrase/register ./scripts/themeServer.ts",
57
"updateVersion": "node -r sucrase/register scripts/updateVersion.ts",
58
"updot": "EDGE_MODE=development updot",
59
- "verify": "npm run lint && npm run typechain && npm run tsc && npm run test",
+ "verify": "npm run lint && npm run typechain && tsc && npm run test",
60
"watch": "npm test -- --watch",
61
"update-eslint-warnings": "node -r sucrase/register ./scripts/updateEslintWarnings.ts"
62
},
0 commit comments