Skip to content

Commit

Permalink
fix monorepo readme location
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Apr 20, 2022
1 parent d78f5e4 commit 03055c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-donkeys-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'dumba': patch
---

fix monorepo readme location
6 changes: 4 additions & 2 deletions packages/dumba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
"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 build",
"release": "pnpm run prepublishOnly && pnpm changeset publish"
"prepublishOnly": "pnpm cp-readme && pnpm build && pnpm rm-readme",
"release": "pnpm run prepublishOnly && pnpm changeset publish",
"cp-readme": "cp ../../README.md ./",
"rm-readme": "rm ./README.md"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 03055c1

Please sign in to comment.