mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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-dependency-path: |
|
||||
yarn.lock
|
||||
test/fixtures/bridge/yarn.lock
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn --immutable
|
||||
|
||||
- name: Install dependencies (bridge fixture)
|
||||
run: yarn --immutable
|
||||
working-directory: test/fixtures/bridge
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"examples/*",
|
||||
"test/fixtures/*",
|
||||
"playground"
|
||||
],
|
||||
"scripts": {
|
||||
|
3
test/fixtures/bridge/package.json
vendored
3
test/fixtures/bridge/package.json
vendored
@ -9,5 +9,8 @@
|
||||
"core-js": "^3",
|
||||
"nuxt": "^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