Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
iNeoO committed Sep 12, 2024
1 parent c06b449 commit 645e213
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/frontend-bo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app

COPY package.json yarn.lock ./
COPY packages/shared/package.json packages/shared/
COPY packages/frontend-bo/package.json packages/frontend-bo/yarn.lock packages/frontend-bo/
COPY packages/frontend-bo/package.json packages/frontend-bo/
RUN yarn workspace @vao/frontend-bo install --frozen-lockfile

# these variables are needed at build time because we produce a *static* app
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-usagers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app

COPY package.json yarn.lock ./
COPY packages/shared/package.json packages/shared/
COPY packages/frontend-usagers/package.json packages/frontend-usagers/yarn.lock packages/frontend-usagers/
COPY packages/frontend-usagers/package.json packages/frontend-usagers/
RUN yarn workspace @vao/frontend-usagers install --frozen-lockfile

# these variables are needed at build time because we produce a *static* app
Expand Down
1 change: 0 additions & 1 deletion packages/frontend-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"nuxt-security": "~1.4.0",
"prettier": "^3.2.5",
"sass": "~1.77.0",
"sass-loader": "~14.2.0",
Expand Down

0 comments on commit 645e213

Please sign in to comment.