forked from postwoman/a32139
Compare commits
No commits in common. "pack" and "master" have entirely different histories.
15
package.json
15
package.json
|
@ -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/*"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue