fix(misc): add nx binary to nx package
This commit is contained in:
parent
3cd9f4fe6c
commit
635f49150e
2
packages/nx/bin/nx.ts
Normal file
2
packages/nx/bin/nx.ts
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
require('@nrwl/cli/bin/nx');
|
||||||
@ -17,6 +17,9 @@
|
|||||||
"Cypress",
|
"Cypress",
|
||||||
"CLI"
|
"CLI"
|
||||||
],
|
],
|
||||||
|
"bin": {
|
||||||
|
"nx": "./bin/nx.js"
|
||||||
|
},
|
||||||
"author": "Victor Savkin",
|
"author": "Victor Savkin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user