Compare commits

..

No commits in common. "pack" and "master" have entirely different histories.
pack ... master

1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{
"name": "root",
"private": true,
"scripts": {
"dev": "lerna exec --scope vue-devui yarn dev",
"build": "lerna exec --scope vue-devui yarn build",
"build:lib": "lerna exec --scope vue-devui yarn build:lib"
},
"devDependencies": {
"lerna": "^4.0.0"
},
"workspaces": [
"packages/*"
]
}