mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
a741b0db48
commit
1a2ea66257
1 changed files with 9 additions and 4 deletions
|
@ -25,7 +25,12 @@ build:
|
|||
--install-links
|
||||
|
||||
test:
|
||||
script: |
|
||||
yarn --version
|
||||
yarnpkg --version
|
||||
yarn add jquery
|
||||
script:
|
||||
- yarn --version
|
||||
- yarnpkg --version
|
||||
|
||||
# bug shipped in 1.22.0
|
||||
- run: echo {} >package.json
|
||||
if: =1.22.20
|
||||
|
||||
- yarn add jquery
|
Loading…
Reference in a new issue