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.

7 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const devkit_1 = require("@nrwl/devkit"); const run_commands_impl_1 = require("nx/src/executors/run-commands/run-commands.impl"); devkit_1.logger.warn('@nrwl/workspace:run-commands is deprecated and will be removed in Nx 16. Please switch to nx:run-commands'); exports.default = run_commands_impl_1.default; //# sourceMappingURL=run-commands.impl.js.map