diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dba2832..ccfeeff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install --immutable + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install --immutable - name: Build run: yarn build diff --git a/.github/workflows/interact-e2e.yml b/.github/workflows/interact-e2e.yml index 2ee006ef..0ac78bb7 100644 --- a/.github/workflows/interact-e2e.yml +++ b/.github/workflows/interact-e2e.yml @@ -66,7 +66,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install --immutable + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install --immutable - name: Build motion package run: yarn workspace @wix/motion build diff --git a/.github/workflows/interactdocs.yml b/.github/workflows/interactdocs.yml index 6c11cff3..964c3467 100644 --- a/.github/workflows/interactdocs.yml +++ b/.github/workflows/interactdocs.yml @@ -41,8 +41,9 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' run: | - NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install + NPQ_PKG_MGR=yarn npx npq install - name: Build packages and landing page libs run: ./scripts/build-landing.sh diff --git a/.github/workflows/motion-e2e.yml b/.github/workflows/motion-e2e.yml index 06fba5a6..06476306 100644 --- a/.github/workflows/motion-e2e.yml +++ b/.github/workflows/motion-e2e.yml @@ -69,7 +69,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install --immutable + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install --immutable - name: Build motion package run: yarn workspace @wix/motion build diff --git a/.github/workflows/release-interact.yml b/.github/workflows/release-interact.yml index 08521516..186fd8f8 100644 --- a/.github/workflows/release-interact.yml +++ b/.github/workflows/release-interact.yml @@ -75,7 +75,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install - name: Build motion package run: yarn workspace @wix/motion build diff --git a/.github/workflows/release-motion-presets.yml b/.github/workflows/release-motion-presets.yml index f358505c..b4e48a46 100644 --- a/.github/workflows/release-motion-presets.yml +++ b/.github/workflows/release-motion-presets.yml @@ -62,7 +62,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install - name: Build motion-presets package run: | diff --git a/.github/workflows/release-motion.yml b/.github/workflows/release-motion.yml index 187ebd66..458a466a 100644 --- a/.github/workflows/release-motion.yml +++ b/.github/workflows/release-motion.yml @@ -75,7 +75,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install - name: Build motion package run: yarn workspace @wix/motion build diff --git a/.github/workflows/release-splittext.yml b/.github/workflows/release-splittext.yml index 876b5aa3..4cca02f0 100644 --- a/.github/workflows/release-splittext.yml +++ b/.github/workflows/release-splittext.yml @@ -75,7 +75,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install - name: Build splittext package run: yarn workspace @wix/splittext build diff --git a/.github/workflows/release-validate.yml b/.github/workflows/release-validate.yml index 1c706b95..620f5ee7 100644 --- a/.github/workflows/release-validate.yml +++ b/.github/workflows/release-validate.yml @@ -75,7 +75,8 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install + NPQ_ALLOW_NON_INTERACTIVE_INSTALL: 'true' + run: NPQ_PKG_MGR=yarn npx npq install - name: Build motion package run: yarn workspace @wix/motion build