We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea43ee commit 98a9081Copy full SHA for 98a9081
packages/react-netlify-forms/package.json
@@ -28,7 +28,8 @@
28
},
29
"scripts": {
30
"build": "bun build ./src/index.js --outdir ./dist --production --minify --sourcemap=linked --external react --jsx=react-jsx",
31
- "start": "bun run build --watch"
+ "start": "bun run build --watch",
32
+ "prepublishOnly": "bunx cp ../../README.md ./dist/README.md"
33
34
"peerDependencies": {
35
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"
0 commit comments