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 prepublishOnly

+2 -1
+2 -1
package.json
··· 6 6 "module": "./dist/index.module.js", 7 7 "scripts": { 8 8 "build": "rollup -c ./scripts/build.mjs", 9 - "prepare": "husky install" 9 + "prepare": "husky install", 10 + "prepublishOnly": "pnpm build" 10 11 }, 11 12 "repository": { 12 13 "type": "git",