Skip to content

Commit 9aa8d01

Browse files
committed
Add readme
1 parent dfdf265 commit 9aa8d01

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)