UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

8 lines (7 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; const update_nxw_1 = require("../../utils/update-nxw"); async function default_1(tree) { (0, update_nxw_1.updateNxw)(tree); }