Skip to content

Commit

Permalink
add typescript compilation on main.sh install (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de>
  • Loading branch information
sigma67 authored Apr 29, 2021
1 parent d8a7bd6 commit 21477e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function print_help() {

function do_install() {
VERBOSE=${VERBOSE:+-ddd}
npm install $VERBOSE
(npm install $VERBOSE && npm run build)
(cd client && npm install $VERBOSE && npm run build)
}

Expand Down

0 comments on commit 21477e3

Please sign in to comment.