Skip to content

Commit

Permalink
remove installConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Mar 3, 2025
1 parent 011a8d2 commit 9808905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/esy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# It also adds `shx` globally for cross-platform shell commands
- name: Setup environment
run: |
npm i -g esy@0.7.0
npm i -g esy@0.8.0
npm i -g shx
- name: Checkout project
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
"test": "esy b dune runtest --display=short",
"format": "dune build @fmt --auto-promote"
},
"installConfig": {
"pnp": false
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 9808905

Please sign in to comment.