ci(lstv2): build stuff to amke sure we keep it clean
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,7 +11,7 @@ testScripts
|
||||
builds
|
||||
controllerBuilds
|
||||
# ignoring the old app that will be built into this one to make deploying faster and more easy as we do the migration
|
||||
lstV2
|
||||
lstV2/frontend/.tanstack
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
||||
8
.include
8
.include
@@ -8,7 +8,13 @@ README.md
|
||||
CHANGELOG.md
|
||||
package.json
|
||||
package-lock.json
|
||||
lstV2
|
||||
lstV2/dist
|
||||
lstV2/database
|
||||
lstV2/frontend/dist
|
||||
lstV2/drizzle.config.ts
|
||||
lstV2/package.json
|
||||
lstV2/package-lock.json
|
||||
lstV2/README.md
|
||||
lang
|
||||
scripts/services.ps1
|
||||
drizzle.config.ts
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user