Skip to content

Commit

Permalink
remove exec from yarn exec
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jun 14, 2024
1 parent a25b11b commit 37718b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
yarn cross-env echo $NODE_ENV
- name: Print some environment info
run: yarn exec cross-env echo $NODE_ENV
run: |
yarn cross-env echo $NODE_ENV
- name: Build and Test Tact compiler
run: |
Expand Down Expand Up @@ -144,7 +145,7 @@ jobs:
- name: Test compatibility with Blueprint
run: |
yarn exec cross-env NODE_ENV=development yarn create ton -- test-project --type tact-counter --contractName Counter
yarn cross-env NODE_ENV=development yarn create ton -- test-project --type tact-counter --contractName Counter
cd test-project
yarn link @tact-lang/compiler
yarn build
Expand Down

0 comments on commit 37718b3

Please sign in to comment.