Compare commits
3 commits
renovate/c
...
main
Author | SHA1 | Date | |
---|---|---|---|
5a34bf38ac | |||
739dfaa531 | |||
47d178472f |
3 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- gold
|
||||
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"@vue/tsconfig": "^0.5.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"concurrently": "^9.1.0",
|
||||
"cypress": "^14.0.0",
|
||||
"cypress": "^13.15.1",
|
||||
"eslint": "^9.14.0",
|
||||
"eslint-plugin-cypress": "^4.1.0",
|
||||
"eslint-plugin-vue": "^9.30.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue