Skip to content

Commit

Permalink
chore: gh build troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
marisademeglio authored Sep 16, 2023
1 parent 0f03d03 commit 686b1b9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ engine/target/assembly-$(ENGINE_VERSION)-$(zip_classifier).zip : \
"--without-persistence");

clean :
exec("yarn", "clean");
rm("src/resources/daisy-pipeline");
rm("node_modules/.dev-temp-build");
exec("$(MAKE)", "-C", "engine", "clean");
// exec("yarn", "clean");
// rm("src/resources/daisy-pipeline");
// rm("node_modules/.dev-temp-build");
// exec("$(MAKE)", "-C", "engine", "clean");
echo "Not really clean; testing something"

0 comments on commit 686b1b9

Please sign in to comment.