Skip to content

Commit 9808905

Browse files
committed
remove installConfig
1 parent 011a8d2 commit 9808905

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/esy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# It also adds `shx` globally for cross-platform shell commands
2525
- name: Setup environment
2626
run: |
27-
npm i -g esy@0.7.0
27+
npm i -g esy@0.8.0
2828
npm i -g shx
2929
3030
- name: Checkout project

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"test": "esy b dune runtest --display=short",
3939
"format": "dune build @fmt --auto-promote"
4040
},
41-
"installConfig": {
42-
"pnp": false
43-
},
4441
"publishConfig": {
4542
"access": "public"
4643
},

0 commit comments

Comments
 (0)