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