another potential build fix
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-08-01 15:19:12 -04:00
parent a17a48ca1f
commit 5f78ad6486

View File

@ -350,7 +350,8 @@
<goal>exec</goal> <goal>exec</goal>
</goals> </goals>
<configuration> <configuration>
<executable>${basedir}/Assets/Scripts/compiler/get_typescript.sh</executable> <executable>bash</executable>
<commandlineArgs>${basedir}/Assets/Scripts/compiler/get_typescript.sh</commandlineArgs>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>