Prechádzať zdrojové kódy

checks script fixed

Gleb Urvanov 4 rokov pred
rodič
commit
52554c77f7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests/network-tests/package.json

+ 1 - 1
tests/network-tests/package.json

@@ -9,7 +9,7 @@
     "test-migration-nicaea": "tap --files src/constantinople/tests/proposals/updateRuntimeTest.ts --files src/nicaea/tests/electingCouncilTest.ts -T",
     "debug": "tap --files src/nicaea/tests/workingGroup/*Test.ts -T",
     "lint": "eslint . --quiet --ext .ts",
-    "checks": "yarn lint && tsc --noEmit --pretty && prettier . --check",
+    "checks": "yarn lint && tsc --noEmit --pretty && prettier ./ --check",
     "format": "prettier ./ --write "
   },
   "dependencies": {