Skip to content

Commit 6fccb65

Browse files
build error fixed
1 parent a443922 commit 6fccb65

5 files changed

Lines changed: 4348 additions & 6364 deletions

File tree

.github/workflows/prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: 🔨 Build Project
3131
run: |
32+
corepack enable
33+
yarn set version 4.13.0
3234
yarn
3335
yarn build-prod
3436

.yarn/install-state.gz

-561 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
enableScripts: true
2+
13
nodeLinker: node-modules
4+
5+
npmMinimalAgeGate: 0

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@
5353
"prettier": "3.8.3",
5454
"typescript": "6.0.3",
5555
"typescript-eslint": "^8.61.0"
56-
},
57-
"packageManager": "yarn@4.13.0"
58-
}
56+
}
57+
}

0 commit comments

Comments
 (0)