Skip to content

Commit daeb7ce

Browse files
authored
Merge pull request microsoft#1426 from iclanton/ianc/add-buildxl-bin
[rush] Add a rush-buildxl command file.
2 parents a9cbe84 + 7e60ae3 commit daeb7ce

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

apps/rush-buildxl/bin/rush-buildxl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require('../lib/start.js')

apps/rush-buildxl/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"scripts": {
1818
"build": "gulp test --clean"
1919
},
20+
"bin": {
21+
"rush-buildxl": "./bin/rush-buildxl"
22+
},
2023
"license": "MIT",
2124
"dependencies": {
2225
"@microsoft/node-core-library": "3.13.0",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/rush",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)