Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed May 22, 2024
1 parent f868e7f commit b0b1c2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/runner/scripts/runner.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#

set -e

BIN_PATH=$(cd "$(dirname "$0")"; pwd -P)
WORK_PATH=${BIN_PATH}/../

zx ${WORK_PATH}/src/index.mjs ${@}
2 changes: 1 addition & 1 deletion scripts/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -e
BIN_PATH=$(cd "$(dirname "$0")"; pwd -P)
WORK_PATH=${BIN_PATH}/../

zx ${WORK_PATH}/packages/runner/src/index.mjs ${@}
${WORK_PATH}/packages/runner/scripts/runner.sh ${@}

0 comments on commit b0b1c2a

Please sign in to comment.