Welcome to mirror list, hosted at ThFree Co, Russian Federation.

relativeci.config.js - github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 354029fa71a2b6f47b31a87eeb9faa3b72c11483 (plain)
1
2
3
4
5
6
7
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'
	}
};