Files
deck/relativeci.config.js
Julius Härtl 90cf64481e Test run relativeci
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-30 12:42:03 +01:00

9 lines
196 B
JavaScript

module.exports = {
// Allow the agent to pick up the current commit message
includeCommitMessage: true,
webpack: {
// Path to Webpack stats JSON file
stats: './js/webpack-stats.json'
}
};