Skip to content

Commit 15dbc7e

Browse files
committed
make run depend on UI build
1 parent 8a23d6a commit 15dbc7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

photon-server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ processResources {
6363

6464
run {
6565
environment "PATH_PREFIX", "../"
66+
dependsOn 'buildAndCopyUI'
6667

6768
if (project.hasProperty("profile")) {
6869
jvmArgs=[

0 commit comments

Comments
 (0)