Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 6:10:05 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent 08249b2 commit d4fc4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4fc4ff

Please sign in to comment.