Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix CI size check (#16)

* fix size check

* upgrade gql in buildenv

authored by

Jovi De Croock and committed by
GitHub
c1f83deb 9862103d

+2 -2
+1 -1
.github/workflows/size.yml
··· 43 43 - name: compressed-size-action 44 44 uses: preactjs/compressed-size-action@v2 45 45 with: 46 - pattern: '{scripts/buildenv/dist-graphql/assets/vendor.js,scripts/buildenv/dist-lite/assets/vendor.js}' 46 + pattern: '{scripts/buildenv/dist-graphql/assets/index.js,scripts/buildenv/dist-lite/assets/index.js}' 47 47 build-script: size-check 48 48 repo-token: '${{ secrets.GITHUB_TOKEN }}'
+1 -1
scripts/buildenv/package.json
··· 8 8 "build:lite": "vite build -c ./vite.alias.config.js" 9 9 }, 10 10 "dependencies": { 11 - "graphql": "^16.0.0-alpha.5", 11 + "graphql": "^16.6.0", 12 12 "preact": "^10.5.14", 13 13 "@urql/preact": "^2.0.2" 14 14 },