diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index af83f18..f99e1d7 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "start": "ts-node src/index.ts", "dev": "nodemon src/index.ts", "build": "tsc", - "lint": "eslint --fix src test", - "test": "jest", + "lint": "eslint --fix src", "vercel-build": "echo hello" }, "keywords": [], |
