UNPKG

nx

Version:

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

10 lines (9 loc) 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setupIntegratedWorkspace = setupIntegratedWorkspace; const child_process_1 = require("../../../../utils/child-process"); function setupIntegratedWorkspace() { (0, child_process_1.runNxSync)(`g @nx/angular:ng-add`, { stdio: [0, 1, 2], }); }