소스 검색

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": {