mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: add fixtures to monorepo workspaces (#684)
* chore: add fixtures to monorepo workspaces * chore: dedupe lockfile
This commit is contained in:
parent
45726616b2
commit
accbe6445c
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -73,15 +73,10 @@ jobs:
|
|||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
yarn.lock
|
yarn.lock
|
||||||
test/fixtures/bridge/yarn.lock
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn --immutable
|
run: yarn --immutable
|
||||||
|
|
||||||
- name: Install dependencies (bridge fixture)
|
|
||||||
run: yarn --immutable
|
|
||||||
working-directory: test/fixtures/bridge
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
"examples/*",
|
"examples/*",
|
||||||
|
"test/fixtures/*",
|
||||||
"playground"
|
"playground"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
3
test/fixtures/bridge/package.json
vendored
3
test/fixtures/bridge/package.json
vendored
@ -9,5 +9,8 @@
|
|||||||
"core-js": "^3",
|
"core-js": "^3",
|
||||||
"nuxt": "^2",
|
"nuxt": "^2",
|
||||||
"vue": "^2"
|
"vue": "^2"
|
||||||
|
},
|
||||||
|
"installConfig": {
|
||||||
|
"hoistingLimits": "workspaces"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
10672
test/fixtures/bridge/yarn.lock
vendored
10672
test/fixtures/bridge/yarn.lock
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user