fix: docker build not working (#1365)

This commit is contained in:
Meier Lukas
2024-10-24 22:45:36 +02:00
committed by GitHub
parent 2bac28a50a
commit 041006c181
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "homarr",
"private": true,
"scripts": {
"build": "turbo build",
"build": "cross-env CI=true turbo build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"cli": "pnpm with-env tsx packages/cli/index.ts",