소스 검색

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",