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