init commit

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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.