diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8da6192..54408a5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: container: node:current-alpine steps: - - run: apk add git tar cmake make g++ + - run: apk add git tar cmake make g++ linux-headers - uses: actions/checkout@v3 - run: npm ci working-directory: frontend diff --git a/frontend/package.json b/frontend/package.json index b77d563..dd67db9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build -d", + "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json" },