mirror of
https://github.com/status-im/status-app.git
synced 2026-08-31 00:51:10 +00:00
9 lines
316 B
Bash
Executable File
9 lines
316 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Extracted from Makefile to avoid nimbus-build-system blocking use.
|
|
git clean -qfdx
|
|
git submodule foreach --recursive git reset -q --hard
|
|
git submodule foreach --recursive git clean -qfdx
|
|
git submodule foreach --recursive rm -fr vendor
|
|
# to get rid of lingering DOtherSide
|
|
git clean -xdf vendor
|