diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c70eb010..4dba2832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --immutable + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install --immutable - name: Build run: yarn build diff --git a/.github/workflows/interact-e2e.yml b/.github/workflows/interact-e2e.yml index 8ec3beab..2ee006ef 100644 --- a/.github/workflows/interact-e2e.yml +++ b/.github/workflows/interact-e2e.yml @@ -66,7 +66,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --immutable + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-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 e8118cae..6c11cff3 100644 --- a/.github/workflows/interactdocs.yml +++ b/.github/workflows/interactdocs.yml @@ -42,7 +42,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - NPQ_PKG_MGR=yarn npx npq install + NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-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 41f07d41..06fba5a6 100644 --- a/.github/workflows/motion-e2e.yml +++ b/.github/workflows/motion-e2e.yml @@ -69,7 +69,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install --immutable + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-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 fd8e0e89..08521516 100644 --- a/.github/workflows/release-interact.yml +++ b/.github/workflows/release-interact.yml @@ -75,7 +75,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-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 b5db345b..f358505c 100644 --- a/.github/workflows/release-motion-presets.yml +++ b/.github/workflows/release-motion-presets.yml @@ -62,7 +62,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install - name: Build motion-presets package run: | diff --git a/.github/workflows/release-motion.yml b/.github/workflows/release-motion.yml index adabe90b..187ebd66 100644 --- a/.github/workflows/release-motion.yml +++ b/.github/workflows/release-motion.yml @@ -75,7 +75,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-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 9316e9bb..876b5aa3 100644 --- a/.github/workflows/release-splittext.yml +++ b/.github/workflows/release-splittext.yml @@ -75,7 +75,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-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 dd659b84..1c706b95 100644 --- a/.github/workflows/release-validate.yml +++ b/.github/workflows/release-validate.yml @@ -75,7 +75,7 @@ jobs: - name: Install dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: NPQ_PKG_MGR=yarn npx npq install + run: NPQ_PKG_MGR=yarn npx npq install --allow-non-interactive-install - name: Build motion package run: yarn workspace @wix/motion build