This website requires JavaScript.
Explore
Help
Sign In
status-im
/
reagent
Watch
2
Star
0
Fork
0
You've already forked reagent
mirror of
https://github.com/status-im/reagent.git
synced
2025-01-13 21:34:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
reagent
/
prepare-tests.sh
4 lines
25 B
Bash
Raw
Normal View
History
Unescape
Escape
Run all tests on their own directories This allows running figwheel on main folder, without node_modules from tests messing the environment.
2017-10-13 15:02:10 +03:00
#!/bin/bash
Optimize node modules, remove old stuff - 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
2017-10-13 16:42:25 +03:00
npm install
Reference in New Issue
Copy Permalink