mirror of
https://github.com/status-im/reagent.git
synced 2025-02-10 19:07:29 +00:00
c68f5a88f4
- Removed webpack build for now, not up-to-date, can be added later if needed - Share node modules using symlinks for envs that use the same packages
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
lein with-profile dev,react-16 figwheel
|