Skip to content

Commit 21de909

Browse files
committed
Removed yarn lock
1 parent eb9775b commit 21de909

File tree

6 files changed

+3395
-5782
lines changed

6 files changed

+3395
-5782
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/[email protected]
1616
- name: NPM install with caching
1717
uses: bahmutov/[email protected]
18+
- name: Yarn install (for lage)
19+
run: yarn install
1820
- name: Build
1921
run: npm run build
2022
- name: Run Tests

.github/workflows/build-osx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/[email protected]
1616
- name: NPM install with caching
1717
uses: bahmutov/[email protected]
18+
- name: Yarn install (for lage)
19+
run: yarn install
1820
- name: Build
1921
run: npm run build
2022
- name: Run Tests

.github/workflows/build-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/[email protected]
1616
- name: NPM install with caching
1717
uses: bahmutov/[email protected]
18+
- name: Yarn install (for lage)
19+
run: yarn install
1820
- name: Build
1921
run: npm run build
2022
- name: Run Tests

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ dist
99
test-data
1010
packages/node/test-data
1111

12+
13+
yarn.lock

0 commit comments

Comments
 (0)