diff --git a/.changeset/angry-clocks-sniff.md b/.changeset/angry-clocks-sniff.md new file mode 100644 index 00000000..ba0917da --- /dev/null +++ b/.changeset/angry-clocks-sniff.md @@ -0,0 +1,5 @@ +--- +"@metalizzsas/nuster-turbine": patch +--- + +chore: updated lockfile build strategy diff --git a/.github/workflows/release-balena.yaml b/.github/workflows/release-balena.yaml index 13a3e955..a60a6bb1 100644 --- a/.github/workflows/release-balena.yaml +++ b/.github/workflows/release-balena.yaml @@ -35,7 +35,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 📚 Install Node dependencies - run: pnpm i + run: pnpm i --no-lockfile - name: 🧱 Run build scripts on all packages run: pnpm run build:packages diff --git a/package.json b/package.json index 25769fb2..612858e6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build:packages": "pnpm -r --filter='./packages/*' run build", "build:simulation": "pnpm -r --filter='./simulation/*' run build", "release": "changeset publish", - "version": "changeset version && pnpm install" + "version": "changeset version && pnpm install --lockfile-only" }, "keywords": [], "author": "@metalizzsas",