We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011a8d2 commit 9808905Copy full SHA for 9808905
.github/workflows/esy.yml
@@ -24,7 +24,7 @@ jobs:
24
# It also adds `shx` globally for cross-platform shell commands
25
- name: Setup environment
26
run: |
27
- npm i -g esy@0.7.0
+ npm i -g esy@0.8.0
28
npm i -g shx
29
30
- name: Checkout project
package.json
@@ -38,9 +38,6 @@
38
"test": "esy b dune runtest --display=short",
39
"format": "dune build @fmt --auto-promote"
40
},
41
- "installConfig": {
42
- "pnp": false
43
- },
44
"publishConfig": {
45
"access": "public"
46
0 commit comments