Explorar o código

storage-node: fix checks npm script to match format

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
63a6effd76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      storage-node/package.json

+ 1 - 1
storage-node/package.json

@@ -34,7 +34,7 @@
     "test": "wsrun --serial test",
     "lint": "eslint --ignore-path .gitignore .",
     "build": "yarn workspace @joystream/storage-cli run build",
-    "checks": "yarn lint && prettier . --check",
+    "checks": "yarn lint && prettier ./ --check",
     "format": "prettier ./ --write"
   },
   "devDependencies": {