Skip to content

Commit

Permalink
Merge pull request #923 from permaweb/twilson63/fix-deploy-script
Browse files Browse the repository at this point in the history
fix: deploy script for cli
  • Loading branch information
twilson63 authored Jul 28, 2024
2 parents 71ee890 + 1f981be commit 8254155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-cli/tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ cd "$(dirname "$0")/.."

OUTPUT_DIR="dist"

mkdir ${OUTPUT_DIR}

rm -f "${OUTPUT_DIR}/ao-*.zip"

deno compile --allow-read --allow-write --allow-run --output "${OUTPUT_DIR}/ao" --target x86_64-unknown-linux-gnu src/mod.js
Expand Down

0 comments on commit 8254155

Please sign in to comment.