We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26002b commit c9058feCopy full SHA for c9058fe
scripts/copy-poktroll-files.sh
@@ -14,8 +14,6 @@ if ! command -v ignite >/dev/null 2>&1; then
14
exit 1
15
fi
16
17
-
18
19
default_branch="main"
20
branch=${1:-$default_branch}
21
@@ -39,6 +37,7 @@ git clone https://github.com/pokt-network/poktroll.git
39
37
rm -rf ${DIR}/../src/client
40
38
mkdir -p ${DIR}/../src/client
41
+ # Here we are copying the files from poktroll.application because every directory copied has the types directory with the same files inside.
42
cp -TR poktroll/ts-client/poktroll.application/types ${DIR}/../src/client
43
rm -f ${DIR}/../src/client/route-name.eta
44
0 commit comments