Procházet zdrojové kódy

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

Mokhtar Naamani před 4 roky
rodič
revize
d18b5e2292
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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",