more tinkering with build

This commit is contained in:
Tracy Pearson
2023-02-13 09:19:09 -05:00
parent 3bbb94cacf
commit 7ffd10a998
3 changed files with 25 additions and 8 deletions

View File

@@ -12,4 +12,5 @@ module.exports = class CustomPublisher extends Publisher {
path.join(__dirname, "../../publish", filename)
);
}
toString() {return "Custom Publisher";}
};