Fix tools

This commit is contained in:
2020-07-20 19:44:28 +03:00
parent 3cd6a07fbf
commit 4e965758b9
5 changed files with 10 additions and 8 deletions

View File

@ -12,5 +12,5 @@ docker run \
--user "$(id -u):$(id -g)" \
--volume "$PWD:/app" \
--workdir /app \
${NODE_IMAGE} \
"${NODE_IMAGE}" \
./node_modules/.bin/tsc "$@"