mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +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",
|
"stub": "lerna run prepack -- --stub",
|
||||||
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
||||||
"nuxi": "./node_modules/.bin/nuxi",
|
"nuxi": "./node_modules/.bin/nuxi",
|
||||||
"nu": "./node_modules/.bin/nuxi",
|
|
||||||
"nuxt": "./node_modules/.bin/nuxi",
|
"nuxt": "./node_modules/.bin/nuxi",
|
||||||
"play": "yarn run nuxt dev playground",
|
"play": "yarn run nuxt dev playground",
|
||||||
"example": "yarn workspace example-$0 dev",
|
"example": "yarn workspace example-$0 dev",
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
"./cli": "./bin/nuxi.mjs"
|
"./cli": "./bin/nuxi.mjs"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"nu": "./bin/nuxi.mjs",
|
|
||||||
"nuxi": "./bin/nuxi.mjs"
|
"nuxi": "./bin/nuxi.mjs"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user