Skip to content

Commit

Permalink
Use yarn 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmineSH committed Oct 2, 2024
1 parent 9d178cb commit f2968ad
Show file tree
Hide file tree
Showing 4 changed files with 8,428 additions and 5,660 deletions.
3 changes: 2 additions & 1 deletion azure-pipeline/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- script: |
cd frontend
npm install -g yarn
corepack enable
yarn set version stable
yarn
yarn build
displayName: "Install and Build using Yarn"
Expand Down
1 change: 1 addition & 0 deletions frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"typescript": "^5.2.2",
"vite": "^5.3.1"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit f2968ad

Please sign in to comment.