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
|
builds
|
||||||
controllerBuilds
|
controllerBuilds
|
||||||
# ignoring the old app that will be built into this one to make deploying faster and more easy as we do the migration
|
# 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
|
||||||
logs
|
logs
|
||||||
|
|||||||
8
.include
8
.include
@@ -8,7 +8,13 @@ README.md
|
|||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
package.json
|
package.json
|
||||||
package-lock.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
|
lang
|
||||||
scripts/services.ps1
|
scripts/services.ps1
|
||||||
drizzle.config.ts
|
drizzle.config.ts
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ func runNpmV2Build(server *socketio.Server) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
dir := filepath.Join(cwd, "..", "..", "lstV2")
|
dir := filepath.Join(cwd, "..", "lstV2")
|
||||||
cmd.Dir = dir
|
cmd.Dir = dir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user