mirror of
https://github.com/status-im/status-react.git
synced 2025-01-27 11:16:03 +00:00
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:
commit
3b1c3bae21
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user