Add stats comment to Pull Requests #59
stats-comment.yml
on: pull_request
Generate stats
1m 35s
Annotations
1 error
Generate stats
Unhandled error: SyntaxError: Named export 'getFileSizes' not found. The requested module '@govuk-frontend/lib' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@govuk-frontend/lib';
const { getFileSizes, getStats, modulePaths } = pkg;
|