Compare commits

...

1 commit

Author SHA1 Message Date
Alan Bridgeman
caa2f2a161 Attempting to fix automation problems
Some checks failed
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 9s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-10 11:34:57 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ WORKDIR /usr/src/app
# Install app dependencies
COPY package*.json ./
COPY .npmrc ./
COPY yarn.lock ./
#COPY yarn.lock ./
RUN yarn install --frozen-lockfile
# Build and test

View file

@ -1,6 +1,6 @@
{
"name": "ba-website",
"version": "1.0.16",
"version": "1.0.17",
"description": "The Bridgeman Accessible main website",
"main": "server.js",
"scripts": {