Skip to content

Commit 524a6be

Browse files
committed
feat(pnpm): switched from yarn to pnpm
1 parent 50e23a5 commit 524a6be

File tree

6 files changed

+8606
-8760
lines changed

6 files changed

+8606
-8760
lines changed

gui-baker/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7+
"preinstall": "npx only-allow pnpm",
78
"dev": "vite",
89
"build": "tsc && vite build",
910
"preview": "vite preview",
10-
"clean": "rm -rf dist"
11+
"clean": "rm -rf dist"
1112
},
1213
"dependencies": {
1314
"@enzoferey/ethers-error-parser": "^0.2.3",

0 commit comments

Comments
 (0)