diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-08-30 12:19:06 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-30 12:19:06 +0100 |
commit | 6529e7ebcd8681f2d1687d2aa8e44838c25ed279 (patch) | |
tree | 75e3095b7baf6b08a1ea2168fb9eb6c6365618bb /bin/test.sh | |
parent | 78815bcf52297b6edaa39a3f36e0d543f4f37484 (diff) | |
download | javascript-6529e7ebcd8681f2d1687d2aa8e44838c25ed279.tar.gz javascript-6529e7ebcd8681f2d1687d2aa8e44838c25ed279.zip |
build -> target
Diffstat (limited to 'bin/test.sh')
-rw-r--r-- | bin/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test.sh b/bin/test.sh index dbf6fa2..d8efb03 100644 --- a/bin/test.sh +++ b/bin/test.sh @@ -2,11 +2,11 @@ set -eu library_dir() { - echo "_build/deps/$1" + echo "target/deps/$1" } project_dir() { - echo "_build/lib/$1" + echo "target/lib/$1" } clone_dep() { |