Skip to content

ci(builder): set export-app.cjs to non-executable (100644)#114

Merged
pasevin merged 1 commit into
mainfrom
ci/fix-export-cli-mode-2
Aug 13, 2025
Merged

ci(builder): set export-app.cjs to non-executable (100644)#114
pasevin merged 1 commit into
mainfrom
ci/fix-export-cli-mode-2

Conversation

@pasevin

@pasevin pasevin commented Aug 13, 2025

Copy link
Copy Markdown
Collaborator

Summary

  • ci(builder): set
    �[1m�[36mContracts UI Builder Export CLI�[0m
    A utility for exporting, building, and testing Contracts UI Builder apps.
    �[1mUsage:�[0m
    export-app [command] [options]
    �[1mCommands:�[0m
    export Export a Contracts UI Builder app with specified configuration
    build Build an exported Contracts UI Builder app
    serve Start a local server to test an exported Contracts UI Builder app
    verify Verify Contracts UI Builder app functionality
    �[1mOptions:�[0m
    --help, -h Show this help information
    --chain, -c [type] Chain type (evm, solana, stellar) (default: evm)
    --func, -f [name] Function name (default: transfer)
    --output, -o [name] Subdirectory name within ./exports (default: transfer-app)
    --adapters, -a [boolean] Include blockchain adapters (default: true)
    --template, -t [name] Template to use (default: typescript-react-vite)
    --complex, -x Use complex app with multiple fields
    --verbose, -v Enable verbose output
    --env, -e [env] Target environment: 'local' or 'production' (default: local)
    �[1mExamples:�[0m
    export-app export
    export-app export -c solana -f stake -o stake-app
    export-app export --env production -o prod-app
    export-app build ./exports/transfer-app
    export-app serve ./exports/transfer-app
    export-app export -x to non-executable (100644) so file-mode guard passes

Impact

  • Unblocks release workflow; no runtime changes.

@pasevin
pasevin requested a review from a team as a code owner August 13, 2025 20:42
@pasevin
pasevin merged commit 35d89a0 into main Aug 13, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant