Skip to content

Commit 42d198f

Browse files
committed
chore(relocate-readme): Move the readme back to the root to make NPM deploys simpler
1 parent 9e3458a commit 42d198f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

File renamed without changes.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
"integrate": "pnpm format:check && pnpm lint && pnpm test && pnpm build",
3030
"lint": "eslint --config config/eslint/eslint.config.ts",
3131
"lint:fix": "pnpm lint --fix",
32-
"prepublishOnly": "cp .github/README.md ./README.md",
33-
"postpublish": "rm ./README.md",
3432
"prettier": "prettier --config config/prettier/prettier.json --ignore-path .gitignore",
3533
"test": "vitest run --silent --config config/vite/vite.config.ts",
3634
"test:coverage": "vitest run --silent --coverage --config config/vite/vite.config.ts",

0 commit comments

Comments
 (0)