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",