Skip to content

Commit

Permalink
Merge pull request #2 from golddydev/master
Browse files Browse the repository at this point in the history
refactor functions and use reference script
  • Loading branch information
bigirishlion authored Nov 6, 2024
2 parents 095c7b7 + 4f3ff4e commit b9e9b66
Show file tree
Hide file tree
Showing 21 changed files with 2,044 additions and 877 deletions.
2 changes: 1 addition & 1 deletion bin/marketplace
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SCRIPT_DIR=$(dirname "$SCRIPT_PATH")
SCRIPT=$(realpath "$SCRIPT_DIR/../handles-marketplace-contracts/src/entrypoints/cli.ts" 2>/dev/null || realpath "$SCRIPT_DIR/../src/entrypoint.ts")
TSX=$(realpath "$SCRIPT_DIR/../node_modules/.bin/tsx")

"$TSX" "$SCRIPT" "$@"
NODE_ENV=preprod "$TSX" "$SCRIPT" "$@"
Loading

0 comments on commit b9e9b66

Please sign in to comment.