瀏覽代碼

storage-node: fix checks npm script to match format

Mokhtar Naamani 4 年之前
父節點
當前提交
63a6effd76
共有 1 個文件被更改,包括 1 次插入1 次删除
  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": {