Skip to content

Commit 37c5bde

Browse files
committed
Fix verify script
1 parent 34548b1 commit 37c5bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"theme": "node -r sucrase/register ./scripts/themeServer.ts",
5757
"updateVersion": "node -r sucrase/register scripts/updateVersion.ts",
5858
"updot": "EDGE_MODE=development updot",
59-
"verify": "npm run lint && npm run typechain && npm run tsc && npm run test",
59+
"verify": "npm run lint && npm run typechain && tsc && npm run test",
6060
"watch": "npm test -- --watch",
6161
"update-eslint-warnings": "node -r sucrase/register ./scripts/updateEslintWarnings.ts"
6262
},

0 commit comments

Comments
 (0)