0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

📎 Add tests to shadow-cljs.edn source paths list.

This commit is contained in:
Andrey Antukh 2021-04-26 14:04:25 +02:00
parent e9cbfbe7f8
commit 715900d0ef

View file

@ -3,7 +3,7 @@
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC"]
:dev-http {8888 "classpath:public"}
:source-paths ["src", "vendor", "resources", "../common"]
:source-paths ["src", "vendor", "resources", "../common", "tests"]
:dependencies
[[binaryage/devtools "RELEASE"]