mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
chore: use workspace ref
This commit is contained in:
parent
e99f923aa5
commit
b33b84d57e
2
test/fixtures/basic/package.json
vendored
2
test/fixtures/basic/package.json
vendored
@ -5,6 +5,6 @@
|
|||||||
"build": "nuxi build"
|
"build": "nuxi build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nuxt": "latest"
|
"nuxt": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
test/fixtures/minimal/package.json
vendored
2
test/fixtures/minimal/package.json
vendored
@ -5,6 +5,6 @@
|
|||||||
"build": "nuxi build"
|
"build": "nuxi build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nuxt": "latest"
|
"nuxt": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user