Compare commits

..

3 commits

3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -33,7 +33,7 @@
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"cypress": "^13.15.1",