fix(core): fix bin path (#15883)

This commit is contained in:
Jason Jean 2023-03-24 11:35:54 -04:00 committed by GitHub
parent 20434787a3
commit a8f77df6f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
"url": "https://github.com/nrwl/nx/issues"
},
"bin": {
"tao": "./index"
"tao": "./index.js"
},
"homepage": "https://nx.dev",
"dependencies": {