mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Add minor improvements to CI config
This commit is contained in:
committed by
Andrés Moya
parent
2a9b99e086
commit
efd0ad802c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user