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.
2 parents bd1b27b + c807f16 commit cc7ea0bCopy full SHA for cc7ea0b
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