This website requires JavaScript.
Explore
Help
Sign In
status-im
/
reagent
mirror of
https://github.com/status-im/reagent.git
Watch
2
Star
0
Fork
You've already forked reagent
0
Code
Issues
Projects
Releases
Wiki
Activity
14c43e066f
reagent
/
prepare-tests.sh
9 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
env in test-environments/*
;
do
(
cd
"
$env
"
npm install
)
done
Reference in New Issue
View Git Blame
Copy Permalink