Add minor improvements to CI config

This commit is contained in:
Andrey Antukh
2023-11-29 16:22:56 +01:00
committed by Andrés Moya
parent 2a9b99e086
commit efd0ad802c
6 changed files with 43 additions and 22 deletions

View File

@@ -20,7 +20,8 @@
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
"test:compile": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
"lint:scss": "yarn run prettier -c resources/styles -c src/**/*.scss",
"lint:fix": "yarn run prettier -c resources/styles -c src/**/*.scss -w",
"lint:scss:fix": "yarn run prettier -c resources/styles -c src/**/*.scss -w",
"lint:clj": "clj-kondo --parallel --lint src/",
"test:run": "node target/tests.js",
"test:watch": "clojure -M:dev:shadow-cljs watch test",
"test": "yarn run test:compile && yarn run test:run",