Skip to content

Commit a3ca8ab

Browse files
authored
Merge pull request #58 from dotansimha/fix-package-readme
Fixes README and missing docs in published package
2 parents 04b4d2b + 9f0ab04 commit a3ca8ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/silent-lemons-travel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
5+
Fixes README and missing docs in published package

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lint": "eslint --config .eslintrc.json --ext .ts .",
1212
"prebuild": "rimraf packages/*/dist",
1313
"build": "tsc --project tsconfig.json && bob build",
14+
"postbuild": "cp -r README.md docs ./packages/plugin/dist/",
1415
"test": "jest",
1516
"prerelease": "yarn build",
1617
"release": "changeset publish",

0 commit comments

Comments
 (0)