Compare commits

..

3 commits

3 changed files with 4 additions and 3 deletions

View file

@ -5,6 +5,7 @@ on:
branches: branches:
- gold - gold
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -1,7 +1,7 @@
# build stage # build stage
FROM node:lts-alpine AS build-stage FROM node:lts-alpine AS build-stage
WORKDIR /app WORKDIR ./app
COPY package.json package-lock.json ./ COPY package.json ./
RUN npm i RUN npm i
COPY . . COPY . .
RUN npm run build RUN npm run build

View file

@ -39,7 +39,7 @@
"cypress": "^13.15.1", "cypress": "^13.15.1",
"eslint": "^9.14.0", "eslint": "^9.14.0",
"eslint-plugin-cypress": "^4.1.0", "eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-vue": "^10.0.0", "eslint-plugin-vue": "^9.30.0",
"jsdom": "^25.0.1", "jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1", "npm-run-all2": "^7.0.1",
"postcss": "^8.4.49", "postcss": "^8.4.49",