diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f308e529..4e6b1c07 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dist": "./scripts/dist.sh", "lint": "eslint src/htmx.js test/attributes/ test/core/ test/util/", "format": "eslint --fix src/htmx.js test/attributes/ test/core/ test/util/", - "test": "mocha-chrome test/index.html", + "test": "npm run lint && mocha-chrome test/index.html", "test-types": "tsc --project ./jsconfig.json", "ws-tests": "cd ./test/ws-sse && node ./server.js", "www": "bash ./scripts/www.sh" |