aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chai-typescript-typings/scripts/postpublish.js
blob: b3e5407c8130c8b57e3e3fa1c2191f5d77a484ad (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);