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": {