Merge pull request #6031 from status-im/fix/desktop-makefile-add-renatal

Add re-natal commands to make prepare-desktop
This commit is contained in:
Vitaliy Vlasov 2018-09-27 13:33:24 +03:00 committed by GitHub
commit 3b1c3bae21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ prepare-desktop: ##@prepare Install desktop platform dependencies and prepare wo
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
_prepare-mobile: ##@prepare Install mobile platform dependencies and prepare workspace
scripts/prepare-for-platform.sh mobile
npm install