mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
[*] update lerna to 2.0.0-beta.30
This commit is contained in:
parent
2cbb90bb3b
commit
4c53247df1
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"lerna": "2.0.0-beta.23",
|
||||
"lerna": "2.0.0-beta.30",
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "The local sync engine for Nylas N1",
|
||||
"main": "",
|
||||
"dependencies": {
|
||||
"lerna": "2.0.0-beta.23",
|
||||
"lerna": "2.0.0-beta.30",
|
||||
"pm2": "^1.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -17,7 +17,9 @@
|
|||
"eslint-plugin-react": "6.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "pm2 start ./pm2-dev.yml --no-daemon",
|
||||
"start": "pm2 stop all; pm2 delete all; pm2 start ./pm2-dev.yml --no-daemon",
|
||||
"stop": "pm2 stop all; pm2 delete all",
|
||||
"restart": "pm2 restart all",
|
||||
"postinstall": "lerna bootstrap"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue