ci(lstv2): build stuff to amke sure we keep it clean

This commit is contained in:
2025-09-19 22:23:07 -05:00
parent 1db91c5359
commit 6c56dfa810
3 changed files with 9 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ func runNpmV2Build(server *socketio.Server) error {
if err != nil {
return err
}
dir := filepath.Join(cwd, "..", "..", "lstV2")
dir := filepath.Join(cwd, "..", "lstV2")
cmd.Dir = dir
}