From 37718b3ee214fba75ecdfa7e270d4fd6acf091c6 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Fri, 14 Jun 2024 22:07:32 +0400 Subject: [PATCH] remove exec from `yarn exec` --- .github/workflows/tact.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 6bdfe7b72..cd0d41268 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -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: | @@ -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