Skip to content

Commit

Permalink
step through prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 13, 2024
1 parent f37496a commit 46823ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
run: |
mkdir test-project
cd test-project
../create-onchain/dist/esm/cli.js
echo -e "\ntest-project\n\n\ny\n" | ../create-onchain/dist/esm/cli.js
env:
CI: true

- name: Install & Build test project
working-directory: ./test-project/my-onchainkit-app
run: |
npm install
npm run build
bun install
bun run build

0 comments on commit 46823ff

Please sign in to comment.