Skip to content

Commit cde247a

Browse files
authored
Update build.sh
1 parent 6f0e93a commit cde247a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Build/Buildscripts/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -e
44
echo "Building HTMLRunner"
55

66
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7-
cd "$SCRIPT_DIR" # now inside /Build
7+
ROOT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)" # one level up to /Build
8+
9+
cd "$ROOT_DIR"
810

911
npm install
1012
npm run build

0 commit comments

Comments
 (0)