UNPKG

@nrwl/insights

Version:

Nx Insights plugin for Nx

17 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const workspace_1 = require("@nrwl/workspace"); function init() { return workspace_1.updateJsonInTree('nx.json', json => { return Object.assign({}, json, { tasksRunnerOptions: { default: { runner: '@nrwl/insights', options: { cacheableOperations: ['build', 'test', 'lint'] } } } }); }); } exports.default = init; //# sourceMappingURL=init.js.map