mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
Run linter with 'npm run test'
This commit is contained in:
parent
5ea7767c1d
commit
4af2f75ae1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user