From 3dc2a15c0209a1f39085c607db80c29d0b791f1c Mon Sep 17 00:00:00 2001 From: devezhao-mbp Date: Fri, 15 May 2020 01:00:48 +0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b461fe66..e9bd545aa 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/getrebuild/rebuild.git" }, "scripts": { - "lint": "eslint --ext .jsx,.js ./src/main/webapp/assets/js &" + "lint": "eslint --ext .jsx,.js src/main/webapp/assets/js &" }, "devDependencies": { "babel-eslint": "^10.1.0",