mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
test
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
28fd5f40f6
commit
960565b123
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ function print() {
|
||||||
|
|
||||||
go install golang.org/x/tools/cmd/goimports@latest
|
go install golang.org/x/tools/cmd/goimports@latest
|
||||||
|
|
||||||
|
find . -name "*-go" -o -name "*-java" -o -name "*-javascript" -o -name "*-typescript"
|
||||||
|
|
||||||
dirs=("$(find . -name "*-go" -o -name "*-java" -o -name "*-javascript" -o -name "*-typescript")")
|
dirs=("$(find . -name "*-go" -o -name "*-java" -o -name "*-javascript" -o -name "*-typescript")")
|
||||||
for dir in $dirs; do
|
for dir in $dirs; do
|
||||||
if [[ -d $dir ]] && [[ ! $dir =~ node_modules ]]; then
|
if [[ -d $dir ]] && [[ ! $dir =~ node_modules ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue