Skip to content

Commit 758b39a

Browse files
committed
Correcting node variables being passed to the npm instance. These were copy and pasted from studio, which doesn't match the admin's version
1 parent 028b289 commit 758b39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>exec-maven-plugin</artifactId>
3030
<configuration>
3131
<environmentVariables>
32-
<PUBLIC_PATH>/admin-ui</PUBLIC_PATH>
32+
<PUBLIC_URL>/admin-ui</PUBLIC_URL>
3333
</environmentVariables>
3434
</configuration>
3535
<executions>
@@ -84,7 +84,7 @@
8484
<nodeVersion>${nodejs.version}</nodeVersion>
8585
<installDirectory>target</installDirectory>
8686
<environmentVariables>
87-
<PUBLIC_PATH>/admin-ui</PUBLIC_PATH>
87+
<PUBLIC_URL>/admin-ui</PUBLIC_URL>
8888
</environmentVariables>
8989
</configuration>
9090
<executions>

0 commit comments

Comments
 (0)