diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 51db9ea..4b4caf3 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -21,7 +21,7 @@ WORKDIR /app COPY . /app # Install project dependencies -RUN yarn install +RUN npm install --verbose # Build your Electron app (assuming npm script is correctly set) ENV NODE_ENV=production