Skip to content

Commit

Permalink
build: go back to yarn modern (4.0.2) with corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfost committed Dec 7, 2023
1 parent 280907a commit 9a5b643
Show file tree
Hide file tree
Showing 3 changed files with 5,245 additions and 3,412 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
git \
nasm \
vim \
&& yarn set version $YARN_VERSION \
&& corepack enable && yarn set version $YARN_VERSION \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY package.json yarn.lock .yarnrc.yml /code/
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "frontend",
"packageManager": "[email protected]",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -65,6 +66,5 @@
"vite": "^4.5.1",
"vitest": "^0.29.1",
"vue-tsc": "^1.2.0"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 9a5b643

Please sign in to comment.