Skip to content

Commit

Permalink
fix(pkgx.dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jan 7, 2025
1 parent 8d5dc55 commit 0751775
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions projects/pkgx.sh/dev/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ versions:

# strictly needed but breaks `dev` as it needs a virgin env
# dependencies:
# pkgx.sh: ^1,^2
# pkgx.sh: ^1,^2

build:
- mkdir -p {{prefix}}/bin {{prefix}}/share/pkgx/dev
Expand All @@ -26,11 +26,12 @@ provides:
- bin/dev

test:
dependencies:
pkgx.sh: ^1,^2
env:
PATH: '{{pkgx.prefix}}/pkgx.sh/v*/bin:$PATH'
script:
- which deno && exit 1
- eval "$(dev --shellcode)"
- echo '{}' > deno.json
- dev
- deno --version
- which pkgx
- which deno && exit 1
- eval "$(dev --shellcode)"
- echo '{}' > deno.json
- dev
- deno --version

0 comments on commit 0751775

Please sign in to comment.