Skip to content

Commit

Permalink
copy readme for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Apr 20, 2022
1 parent dba9aab commit 36954a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-pets-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'dumba': patch
---

copy readme for publishing
4 changes: 2 additions & 2 deletions packages/dumba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"build": "rm -rf ./dist && pnpm build:dev && pnpm build:prod",
"type:check": "tsc --noEmit true",
"gen:docs": "rm -rf ../../docs && typedoc --theme markdown --readme none --excludePrivate --excludeInternal --exclude ./src/globals.d.ts --exclude ./src/__tests__ --out ../../docs/api ./src",
"prepublishOnly": "pnpm cp-readme && pnpm build && pnpm rm-readme",
"release": "pnpm run prepublishOnly && pnpm changeset publish",
"prepublishOnly": "pnpm build ",
"release": "pnpm cp-readme && pnpm run prepublishOnly && pnpm changeset publish && pnpm rm-readme",
"cp-readme": "cp ../../README.md ./",
"rm-readme": "rm ./README.md"
},
Expand Down

0 comments on commit 36954a9

Please sign in to comment.