fix(misc): add nx binary to nx package

This commit is contained in:
Victor Savkin 2020-07-29 15:29:47 -04:00
parent 3cd9f4fe6c
commit 635f49150e
2 changed files with 5 additions and 0 deletions

2
packages/nx/bin/nx.ts Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env node
require('@nrwl/cli/bin/nx');

View File

@ -17,6 +17,9 @@
"Cypress",
"CLI"
],
"bin": {
"nx": "./bin/nx.js"
},
"author": "Victor Savkin",
"license": "MIT",
"bugs": {