6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
|
|
const { checkAndPreparePackage } = require("napi-postinstall");
|
||
|
|
|
||
|
|
const packageJson = require("./package.json");
|
||
|
|
|
||
|
|
checkAndPreparePackage(packageJson, true);
|