Skip to content

Commit

Permalink
removed env disable eslint, lint issues resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Mar 16, 2024
1 parent cf8f96c commit 4db3452
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: install dependencies and build
run: |
cd frontend
cp .env.example .env
npm install
npm run build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deployfe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: |
cd frontend
npm install
cp ./.env.example .env
npm run build
- name: Move Build to tmp
Expand Down
1 change: 0 additions & 1 deletion frontend/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /app
COPY package.json .
RUN npm install
COPY . .
COPY ./.env.example .env
RUN npm run build
RUN npm install -g serve
EXPOSE 3000
Expand Down

0 comments on commit 4db3452

Please sign in to comment.