From 8d767baeabe298c95ca15a9ca5c441658021220f Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Tue, 6 Dec 2022 13:11:33 -0500 Subject: [PATCH] test5 --- ...-static-web-apps-kind-island-0ccba200f.yml | 20 +++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml index b11b1d1f6..9e96cf0ca 100644 --- a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml +++ b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml @@ -13,20 +13,20 @@ jobs: build_and_deploy_job: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18] + # strategy: + # matrix: + # node-version: [18] name: Build and Deploy Job steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 - with: - version: 7 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'pnpm' + # with: + # version: 7 + # - name: Use Node.js ${{ matrix.node-version }} + # uses: actions/setup-node@v3 + # with: + # node-version: ${{ matrix.node-version }} + # cache: 'pnpm' - name: Install dependencies run: pnpm install - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 865364770..d6873ba9e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "MIT", "private": true, "scripts": { - "build": "npm install pnpm && turbo run build --filter=next-commerce...", + "build": "turbo run build --filter=next-commerce...", "dev": "turbo run dev", "start": "turbo run start", "types": "turbo run types",