We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5d438 commit d7aa49eCopy full SHA for d7aa49e
Makefile
@@ -48,7 +48,7 @@ clean:
48
@rm -rf "${CLJS_TEST_LIB_HOME}/out"
49
50
clean-prepare:
51
- @git checkout -- build.clj new-holi-project.sh resources/holi-template/resources/deps.edn doc/04-CUSTOM.md resources/holi-template.zip README.md doc/01-README.md
+ @git checkout -- build.clj new-holi-project.sh resources/holi-template/resources/deps.edn doc/04-CUSTOM.md resources/holi-template.zip README.md doc/01-README.md showcase/src/luciolucio/holi/showcase/pages/home/core.cljs showcase/deps.edn docs
52
53
test: gen-holidays # Holidays are needed so that `luciolucio.holi.core/holiday-datelists` can load, but are not used in tests
54
@bin/kaocha :unit
0 commit comments