From 4b27e5bc0b0081485c37d27e074bebc299756566 Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Tue, 6 Dec 2022 16:53:23 -0500 Subject: [PATCH] test17 --- .../azure-static-web-apps-kind-island-0ccba200f.yml | 2 +- package.json | 6 ++---- 2 files changed, 3 insertions(+), 5 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 e98d91b57..4a1817f1d 100644 --- a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml +++ b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml @@ -29,7 +29,7 @@ jobs: with: submodules: true - uses: pnpm/action-setup@v2 - - run: npm install turbo --global + - run: npm install --unsafe-perm - name: Install dependencies run: pnpm update --latest --recursive --prod - name: Build And Deploy diff --git a/package.json b/package.json index a120a84b8..f5166ad4e 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,9 @@ "types": "turbo run types", "prettier-fix": "prettier --write ." }, - "devDependencies": { - "husky": "^8.0.1", - "prettier": "^2.7.1" - }, "dependencies": { + "husky": "^8.0.1", + "prettier": "^2.7.1", "turbo": "^1.6.3" }, "husky": {