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