Bumped lerna
This commit is contained in:
Родитель
586c4d4774
Коммит
1c231393a0
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"lerna": "2.11.0",
|
||||
"lerna": "3.4.0",
|
||||
"packages": [
|
||||
"packages/app/client",
|
||||
"packages/app/main",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"main": "built/index.js",
|
||||
"types": "built/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "npm run lint && npm run clean && npm run build:prod && tsc --emitDeclarationOnly --declaration\"",
|
||||
"build": "npm run lint && npm run clean && npm run build:prod && tsc --emitDeclarationOnly --declaration",
|
||||
"build:prod": "babel ./src --out-dir built --extensions \".ts,.tsx\"",
|
||||
"clean": "rimraf ./built",
|
||||
"lint": "tslint --project tsconfig.json",
|
||||
|
|
Загрузка…
Ссылка в новой задаче