瀏覽代碼

Merge branch 'master' into csh-metadata-fallback-node-fetch

Christopher Hoskin 6 年之前
父節點
當前提交
3a2ff4e7b5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libraries/logger/package.json

+ 2 - 2
libraries/logger/package.json

@@ -10,8 +10,8 @@
   "version": "2.2.0",
   "scripts": {
     "test": "mocha --grep=$MOCHA_GREP test/**/*.js",
-    "format": "prettier-eslint $PWD'**/*.js' --list-different",
-    "format:fix": "prettier-eslint $PWD'**/*.js' --write",
+    "format": "prettier-eslint $PWD'/**/*.js' --list-different",
+    "format:fix": "prettier-eslint $PWD'/**/*.js' --write",
     "lint": "eslint -f unix ."
   },
   "dependencies": {