UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

6 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const devkit_1 = require("@nrwl/devkit"); const run_commands_impl_1 = require("./run-commands.impl"); exports.default = (0, devkit_1.convertNxExecutor)(run_commands_impl_1.default); //# sourceMappingURL=compat.js.map