Test run relativeci

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-12-30 12:42:03 +01:00
parent 9082075949
commit 90cf64481e
5 changed files with 463 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
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'
}
};