build: switch to pnpm

This commit is contained in:
AkaraChen
2024-10-21 09:39:41 +08:00
parent bdb81fe20d
commit 2eab8fcc33
9 changed files with 17084 additions and 14231 deletions

View File

@ -20,7 +20,8 @@
"test": "jest",
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@babel/runtime": "^7.22.3",