We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af998b commit 9f0ab04Copy full SHA for 9f0ab04
.changeset/silent-lemons-travel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-eslint/eslint-plugin': patch
3
4
+
5
+Fixes README and missing docs in published package
package.json
@@ -11,6 +11,7 @@
11
"lint": "eslint --config .eslintrc.json --ext .ts .",
12
"prebuild": "rimraf packages/*/dist",
13
"build": "tsc --project tsconfig.json && bob build",
14
+ "postbuild": "cp -r README.md docs ./packages/plugin/dist/",
15
"test": "jest",
16
"prerelease": "yarn build",
17
"release": "changeset publish",
0 commit comments