From 3e2d9baac30c12ce1f4632606c2f904419679390 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Jan 2021 14:36:21 -0600 Subject: [PATCH] fix(ci): Add `test` to package.json scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ff2885a..b575290 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "start": "mix watch", "hot": "mix watch --hot", "clean": "wp acorn optimize:clean", + "test": "npm run lint", "lint": "npm run lint:js && npm run lint:css", "lint:js": "eslint resources/js", "lint:css": "stylelint \"resources/**/*.{css,scss,vue}\"",