We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkg -L build
1 parent 9874c8b commit ffb7dadCopy full SHA for ffb7dad
bin/pkg-docker
@@ -23,7 +23,8 @@ if test $arg0 = docker; then
23
echo "tea.xyz/brewkit: error: invalid usage" >&2
24
exit 1
25
elif shift; then
26
- CMD="tea $d/bin/pkg-$arg0"
+ # we need the +deno.land because we’re setting the dev-env to the pantry
27
+ CMD="tea +deno.land $d/bin/pkg-$arg0"
28
# ensures the dev-env has the same brewkit requirements
29
ADDARGS="$ADDARGS"" --env SRCROOT=/root/pantry"
30
else
0 commit comments