mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
test(vite)
This commit is contained in:
parent
da961070d9
commit
c7c932f984
1 changed files with 8 additions and 3 deletions
|
@ -37,7 +37,12 @@ build:
|
||||||
skip: fix-patchelf
|
skip: fix-patchelf
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- ls -Rl "{{prefix}}"
|
dependencies:
|
||||||
|
darwinsys.com/file: '*'
|
||||||
|
script:
|
||||||
|
- ls -l "{{prefix}}/bin"
|
||||||
|
- file "{{prefix}}/bin/vite"
|
||||||
|
- ${{prefix}}/bin/vite --version
|
||||||
- vite --version
|
- vite --version
|
||||||
- test "$(vite --version | grep -o 'vite/[^ ]*')" = "vite/{{version.raw}}"
|
- test "$(vite --version | grep -o 'vite/[^ ]*')" = "vite/{{version.raw}}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue