mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(nuxi): remove nu alias
avoid conflicting with ni global install
This commit is contained in:
parent
bdbfa36987
commit
8d1fcf3d69
@ -13,7 +13,6 @@
|
||||
"stub": "lerna run prepack -- --stub",
|
||||
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
||||
"nuxi": "./node_modules/.bin/nuxi",
|
||||
"nu": "./node_modules/.bin/nuxi",
|
||||
"nuxt": "./node_modules/.bin/nuxi",
|
||||
"play": "yarn run nuxt dev playground",
|
||||
"example": "yarn workspace example-$0 dev",
|
||||
|
@ -9,7 +9,6 @@
|
||||
"./cli": "./bin/nuxi.mjs"
|
||||
},
|
||||
"bin": {
|
||||
"nu": "./bin/nuxi.mjs",
|
||||
"nuxi": "./bin/nuxi.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user