From a26113ef513bf7db6dc3dc043909f6d0125a5979 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:11:37 +0000 Subject: [PATCH] fix: remove old subrepo step --- circuits/cpp/barretenberg/ts/bb.js-dev | 6 ------ circuits/cpp/barretenberg/ts/bin-test/bin-test.sh | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100755 circuits/cpp/barretenberg/ts/bb.js-dev diff --git a/circuits/cpp/barretenberg/ts/bb.js-dev b/circuits/cpp/barretenberg/ts/bb.js-dev deleted file mode 100755 index 2a937ae1e52..00000000000 --- a/circuits/cpp/barretenberg/ts/bb.js-dev +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Add a symlink to this somewhere in your path. -# Now you can run bb.js-dev anywhere to execute latest code, no 'yarn build' required. -SCRIPT_PATH=$(dirname $(realpath $0)) -export TS_NODE_PROJECT="$SCRIPT_PATH/tsconfig.node.json" -npx -y nodemon --ext '.ts' --watch 'src/**/*.ts' --exec "ts-node -r tsconfig-paths/register" $SCRIPT_PATH/src/main.ts $@ diff --git a/circuits/cpp/barretenberg/ts/bin-test/bin-test.sh b/circuits/cpp/barretenberg/ts/bin-test/bin-test.sh index 146f30e1b0a..49c0ee1bda5 100755 --- a/circuits/cpp/barretenberg/ts/bin-test/bin-test.sh +++ b/circuits/cpp/barretenberg/ts/bin-test/bin-test.sh @@ -2,7 +2,7 @@ set -eu bb() { - ../bb.js-dev -v "$@" + ../dest/node/main.js -v "$@" } bb gates