mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
test(vite)
This commit is contained in:
parent
da961070d9
commit
c7c932f984
|
@ -37,9 +37,14 @@ build:
|
|||
skip: fix-patchelf
|
||||
|
||||
test:
|
||||
- ls -Rl "{{prefix}}"
|
||||
- vite --version
|
||||
- test "$(vite --version | grep -o 'vite/[^ ]*')" = "vite/{{version.raw}}"
|
||||
dependencies:
|
||||
darwinsys.com/file: '*'
|
||||
script:
|
||||
- ls -l "{{prefix}}/bin"
|
||||
- file "{{prefix}}/bin/vite"
|
||||
- ${{prefix}}/bin/vite --version
|
||||
- vite --version
|
||||
- test "$(vite --version | grep -o 'vite/[^ ]*')" = "vite/{{version.raw}}"
|
||||
|
||||
provides:
|
||||
- bin/vite
|
||||
|
|
Loading…
Reference in a new issue