Skip to content

Commit

Permalink
fix: remove packageManager from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Apr 25, 2024
1 parent a76f50f commit f3e5425
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 9
run_install: true
- name: Fetch commits
run: git fetch origin ${{ github.base_ref || 'master' }} --depth=1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
legacy-peer-deps=true
recursive-install=false
link-workspace-packages=true
prefer-workspace-packages=true
shared-workspace-lockfile=true
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@
"typescript": "^5.4.2",
"wait-on": "^7.0.1"
},
"packageManager": "[email protected]+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"engines": {
"node": ">=18",
"pnpm": ">=9"
"pnpm": ">= 9"
},
"nx": {}
}

0 comments on commit f3e5425

Please sign in to comment.