chore: add fixtures to monorepo workspaces (#684)

* chore: add fixtures to monorepo workspaces

* chore: dedupe lockfile
This commit is contained in:
Daniel Roe 2021-10-07 11:19:41 +02:00 committed by GitHub
parent 45726616b2
commit accbe6445c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5536 additions and 10859 deletions

View File

@ -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

View File

@ -5,6 +5,7 @@
"workspaces": [
"packages/*",
"examples/*",
"test/fixtures/*",
"playground"
],
"scripts": {

View File

@ -9,5 +9,8 @@
"core-js": "^3",
"nuxt": "^2",
"vue": "^2"
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}

File diff suppressed because it is too large Load Diff

5714
yarn.lock

File diff suppressed because it is too large Load Diff