Reverted replacing npm with yarn (#2531)

Reverted replacing npm with yarn

### Type of change

- [x] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
Zhichang Yu
2024-09-23 11:08:31 +08:00
committed by GitHub
parent f6ceb43e36
commit 139268de6f
4 changed files with 28008 additions and 14516 deletions

28006
web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
"lint": "umi lint --eslint-only",
"prepare": "cd .. && husky web/.husky",
"setup": "umi setup",
"start": "yarn dev",
"start": "npm run dev",
"test": "jest --no-cache --coverage"
},
"lint-staged": {

File diff suppressed because it is too large Load Diff