From 826932a8371c84d96e5c8781d453135c2c5acf49 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 13 Dec 2021 20:34:15 -0700 Subject: [PATCH] Fixed npm cs script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35f4edb..cad85ce 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Chris Kankiewicz", "license": "MIT", "scripts": { - "cs": "npx eslint app/resources/js/**/*.js || true", + "cs": "npx eslint \"app/resources/js/**/*.js\"", "dev": "npm run development", "development": "mix", "watch": "mix watch",