cleanup scripts

use git command instead of some random realpath that is not installed everywhere
This commit is contained in:
Robin Malfait
2020-09-20 20:47:39 +02:00
parent 2ddb607f8c
commit abc71184c8
3 changed files with 4 additions and 10 deletions
-4
View File
@@ -1,10 +1,6 @@
#!/bin/bash
set -e
TARGET_DIR="$(pwd)"
# INFO: This script is always run from the individual package.
node="yarn node"
tsdxArgs=()