From c98b767939c8fd343e83170332afc7c475091552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?= Date: Sun, 7 Jul 2019 18:59:23 +0200 Subject: [PATCH] lint fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ee5e2f..d4ae672 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "browsersync": "browser-sync 'public/' --watch", - "lint": "eslint public/assets/js/app.min.js", + "lint": "eslint resources/js/app.js", "lint:fix": "npm run lint -- --fix", "test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",