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 b462426 commit 136e418Copy full SHA for 136e418
.github/workflows/vscode-pr.yml
@@ -57,7 +57,7 @@ jobs:
57
58
# Use in-repo version of esbonio for dev builds
59
echo "whl=${ESBONIO_WHL}"
60
- ESBONIO=${ESBONIO_WHL} make dist
+ ESBONIO=${ESBONIO_WHL} make -d dist
61
id: assets
62
name: Package Extension
63
0 commit comments