Skip to content

Commit

Permalink
revert x2
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 13, 2024
1 parent 2e92d52 commit ba332f6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,18 @@ jobs:
run: chmod +x ./create-onchain/dist/esm/cli.js

- name: Create test project
run: yes "" | ../create-onchain/dist/esm/cli.js
run: |
mkdir test-project
cd test-project
yes "" | ../create-onchain/dist/esm/cli.js
env:
CI: true

# - name: List directories
# run: ls -la test-project
- name: List directories
run: ls -la test-project

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

0 comments on commit ba332f6

Please sign in to comment.