mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
Run types check in npm t
(#2336 follow-up)
This commit is contained in:
parent
8ba9e7b05d
commit
9a1cbfd2e9
@ -29,7 +29,7 @@
|
||||
"lint": "eslint src/htmx.js test/attributes/ test/core/ test/util/",
|
||||
"lint-fix": "eslint src/htmx.js test/attributes/ test/core/ test/util/ --fix",
|
||||
"format": "eslint --fix src/htmx.js test/attributes/ test/core/ test/util/",
|
||||
"test": "npm run lint && mocha-chrome test/index.html",
|
||||
"test": "npm run lint && tsc --project ./jsconfig.json --noEmit true --emitDeclarationOnly false && mocha-chrome test/index.html",
|
||||
"type-declarations": "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