Skip to content

Commit a3b4807

Browse files
authored
chore: add missing npm readme for fuels (#716)
* chore: add prepublish script to copy `fuels` readme for npm * chore: add changeset * fix: `prepublishOnly` command in `fuels` * delete internal `fuels` readme.md and add it to .gitignore
1 parent 5bad2d0 commit a3b4807

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.changeset/dirty-zoos-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fuels": patch
3+
---
4+
5+
Fix missing npm readme for `fuels`

packages/fuels/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

packages/fuels/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/fuels/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
},
5656
"scripts": {
5757
"build": "tsup --dts",
58-
"build:watch": "tsup --dts --watch"
58+
"build:watch": "tsup --dts --watch",
59+
"prepublishOnly": "cp ../../README.md ./README.md"
5960
}
6061
}

0 commit comments

Comments
 (0)