Browse Source

fix package.json

Yuki Takei 4 years ago
parent
commit
6f2f023b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/slackbot-proxy/package.json

+ 1 - 1
packages/slackbot-proxy/package.json

@@ -18,7 +18,7 @@
     "predev": "yarn cp:bootstrap:dev",
     "test": "cross-env NODE_ENV=test jest --passWithNoTests",
     "lint": "eslint src --ext .ts",
-    "lint:fix": "eslint src --ext .ts --fix",
+    "lint:fix": "eslint src --ext .ts --fix"
   },
   "// comments for dependencies": {},
   "dependencies": {