diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 422fce0f4..b5ec1e92b 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -211,6 +211,7 @@ jobs: - name: (npm) Test Tact and Blueprint installs in existing projects if: ${{ matrix.package-manager == 'npm' }} run: | + npm link # Out of the box, only npm experiences issues # with lifecycle scripts of installed dependencies cd .. && mkdir npm-test && cd npm-test