mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
28006
web/package-lock.json
generated
Normal file
28006
web/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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": {
|
||||
|
||||
14510
web/yarn.lock
14510
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user