init commit

pull/1/head
accius 6 days ago
parent 3d568ae879
commit 33bc29b435

@ -24,7 +24,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Run tests
run: npm test
@ -71,7 +71,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Build Electron app
run: npm run electron:build

@ -11,8 +11,8 @@ WORKDIR /app
# Copy package files
COPY package*.json ./
# Install dependencies (including dev for build)
RUN npm ci --only=production
# Install dependencies
RUN npm install --omit=dev
# ============================================
# Stage 2: Production

Loading…
Cancel
Save

Powered by TurnKey Linux.