install-run-rushx.js 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. // THIS FILE WAS GENERATED BY A TOOL. ANY MANUAL MODIFICATIONS WILL GET OVERWRITTEN WHENEVER RUSH IS UPGRADED.
  2. //
  3. // This script is intended for usage in an automated build environment where the Rush command may not have
  4. // been preinstalled, or may have an unpredictable version. This script will automatically install the version of Rush
  5. // specified in the rush.json configuration file (if not already installed), and then pass a command-line to the
  6. // rushx command.
  7. //
  8. // An example usage would be:
  9. //
  10. // node common/scripts/install-run-rushx.js custom-command
  11. //
  12. // For more information, see: https://rushjs.io/pages/maintainer/setup_new_repo/
  13. //
  14. // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
  15. // See the @microsoft/rush package's LICENSE file for details.
  16. /******/ (() => { // webpackBootstrap
  17. /******/ "use strict";
  18. var __webpack_exports__ = {};
  19. /*!*************************************************!*\
  20. !*** ./lib-esnext/scripts/install-run-rushx.js ***!
  21. \*************************************************/
  22. // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
  23. // See LICENSE in the project root for license information.
  24. require('./install-run-rush');
  25. //# sourceMappingURL=install-run-rushx.js.map
  26. module.exports = __webpack_exports__;
  27. /******/ })()
  28. ;
  29. //# sourceMappingURL=install-run-rushx.js.map