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 bd1b27b commit c807f16Copy full SHA for c807f16
scripts/build-npm-package.ts
@@ -75,6 +75,7 @@ pck.types = "lib/typescript/index.d.ts";
75
pck.main = "lib/module/index.js";
76
pck.module = "lib/module/index.js";
77
pck["react-native"] = "lib/module/index.js";
78
+pck.scripts.postinstall = "node scripts/install-npm.js";
79
console.log("Building version:", nextVersion);
80
81
// Overwrite the package.json file
0 commit comments