Skip to content

Commit d7aa49e

Browse files
committed
Update the clean-prepare target
1 parent bb5d438 commit d7aa49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ clean:
4848
@rm -rf "${CLJS_TEST_LIB_HOME}/out"
4949

5050
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
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 showcase/src/luciolucio/holi/showcase/pages/home/core.cljs showcase/deps.edn docs
5252

5353
test: gen-holidays # Holidays are needed so that `luciolucio.holi.core/holiday-datelists` can load, but are not used in tests
5454
@bin/kaocha :unit

0 commit comments

Comments
 (0)