Browse Source

storage-node: fix checks npm script to match format

Mokhtar Naamani 4 years ago
parent
commit
63a6effd76
1 changed files with 1 additions and 1 deletions
  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": {