mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
3ccd5ebe71
commit
2cddcad209
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ versions:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
pnpm.io: "*"
|
||||
pnpm.io: '*'
|
||||
nodejs.org: ^16 || ^18 || ^20
|
||||
deno.land: ^1.39 # Required
|
||||
script:
|
||||
|
@ -37,6 +37,7 @@ build:
|
|||
skip: fix-patchelf
|
||||
|
||||
test:
|
||||
- ls -Rl "{{prefix}}"
|
||||
- vite --version
|
||||
- test "$(vite --version | grep -o 'vite/[^ ]*')" = "vite/{{version.raw}}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue