Skip to content

Commit a2bdc74

Browse files
committed
chore: fix publish readme
1 parent 05493b7 commit a2bdc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-netlify-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"build": "bun build ./src/index.js --outdir ./dist --production --minify --sourcemap=linked --external react --jsx=react-jsx",
3131
"start": "bun run build --watch",
32-
"prepublishOnly": "bunx cp ../../README.md ./dist/README.md"
32+
"prepublishOnly": "bunx cp ../../README.md ./README.md"
3333
},
3434
"peerDependencies": {
3535
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"

0 commit comments

Comments
 (0)