Skip to content

Commit a5782a5

Browse files
committed
add canonicals
1 parent 526a999 commit a5782a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-canonical.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { execSync } = require("child_process");
22

33
// Publish canonical packages
4-
[].forEach(pkg => {
4+
["json-merge-resolver", "json-conflict-resolver"].forEach(pkg => {
55
execSync(`sed -i -e "s/name.*/name\\": \\"${pkg.replace(/\//g, "\\\\/")}\\",/" lib/package.json`);
66
execSync("cd lib && npm publish --provenance --access public");
77
});

0 commit comments

Comments
 (0)