瀏覽代碼

storage-node: npm scripts, match prettier args in format and checks scripts

Mokhtar Naamani 4 年之前
父節點
當前提交
d18b5e2292
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      storage-node/package.json

+ 2 - 2
storage-node/package.json

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