Skip to content

Commit 99da121

Browse files
committed
Merge branch 'main' into @mbert/cleanup-cmake
2 parents b9f3b42 + 9d9eafe commit 99da121

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react-native-gesture-handler/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"circular-dependency-check": "yarn madge --extensions js,ts,tsx --circular src",
1717
"architectures-consistency-check": "node ../../scripts/codegen-check-consistency.js",
1818
"sync-architectures": "node ../../scripts/codegen-sync-archs.js",
19-
"clean": "rm -rf node_modules android/build android/.cxx"
19+
"clean": "rm -rf node_modules android/build android/.cxx",
20+
"prepack": "cp ../../README.md ./README.md",
21+
"postpack": "rm ./README.md"
2022
},
2123
"react-native": "src/index.ts",
2224
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)