refactor: fix bug

This commit is contained in:
xiaojunnuo
2021-02-05 17:07:49 +08:00
parent 45547d6f94
commit e9df2355f4
10 changed files with 16384 additions and 1125 deletions
+4 -1
View File
@@ -5,7 +5,10 @@
"devDependencies": {
"lerna": "^3.18.4"
},
"scripts": {},
"scripts": {
"start": "lerna bootstrap --hoist",
"i-all": "lerna exec npm install && lerna link "
},
"license": "MIT",
"dependencies": {
"lodash-es": "^4.17.20"