Skip to content

Commit

Permalink
Include servicedesk
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 27, 2025
1 parent 41592c9 commit 7930b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<module>account-gui</module>
<module>myconext-gui</module>
<module>public-gui</module>
<!-- <module>servicedesk-gui</module>-->
<module>servicedesk-gui</module>
<module>tiqr-mock</module>
</modules>
<build>
Expand Down
1 change: 1 addition & 0 deletions servicedesk-gui/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
rm -Rf public/bundle*
rm -Rf target/*
rm -Rf build/*
source $NVM_DIR/nvm.sh
nvm use
export CI=true
Expand Down

0 comments on commit 7930b36

Please sign in to comment.