Relevant area(s)
Linux
Brief description of your issue
The build.sh script defines CLI_DIR="$SCRIPT_DIR/cli", and tries to build an npm package at that path.
This path does not exist.
Steps to reproduce
Run ./build.sh
Expected behavior
The build completes
Actual behavior
The build does not complete
Relevant area(s)
Linux
Brief description of your issue
The
build.shscript definesCLI_DIR="$SCRIPT_DIR/cli", and tries to build an npm package at that path.This path does not exist.
Steps to reproduce
Run
./build.shExpected behavior
The build completes
Actual behavior
The build does not complete