Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

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

add publish command

+2
+2
.github/workflows/release.yaml
··· 44 44 - name: PR or Publish 45 45 id: changesets 46 46 uses: changesets/action@v1.4.1 47 + with: 48 + publish: pnpm changeset publish 47 49 env: 48 50 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 49 51 NPM_TOKEN: ${{ secrets.NPM_TOKEN }}