Add separate dev-desktop target

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
Vitaliy Vlasov 2018-09-27 12:31:22 +03:00 committed by yenda
parent ae5b585a5e
commit f67dcb6910
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ setup: ##@prepare Install all the requirements for status-react
prepare-desktop: ##@prepare Install desktop platform dependencies and prepare workspace
scripts/prepare-for-platform.sh desktop
npm install
dev-desktop: prepare-desktop
ln -sf './node_modules/re-natal/index.js' './re-natal'
./re-natal use-figwheel
./re-natal enable-source-maps