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 526a999 commit a5782a5Copy full SHA for a5782a5
scripts/publish-canonical.js
@@ -1,7 +1,7 @@
1
const { execSync } = require("child_process");
2
3
// Publish canonical packages
4
-[].forEach(pkg => {
+["json-merge-resolver", "json-conflict-resolver"].forEach(pkg => {
5
execSync(`sed -i -e "s/name.*/name\\": \\"${pkg.replace(/\//g, "\\\\/")}\\",/" lib/package.json`);
6
execSync("cd lib && npm publish --provenance --access public");
7
});
0 commit comments