blob: 639656c7eed2f7b685f1103603754a72c7defffc (
plain) (
blame)
1
2
3
4
5
|
const postpublish_utils = require('../../../scripts/postpublish_utils');
const packageJSON = require('../package.json');
const subPackageName = packageJSON.name;
postpublish_utils.standardPostPublishAsync(subPackageName);
|