Skip to content

Commit c18e9f2

Browse files
committed
chore: commit yarn.lock
1 parent 6c8e59f commit c18e9f2

File tree

3 files changed

+7015
-4
lines changed

3 files changed

+7015
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
3030
restore-keys: |
3131
${{ runner.os }}-yarn-
32-
- run: yarn
32+
- run: yarn --frozen-lockfile
3333
- run: yarn check-lint
3434
- run: yarn check-format
3535

@@ -48,7 +48,7 @@ jobs:
4848
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
4949
restore-keys: |
5050
${{ runner.os }}-yarn-
51-
- run: yarn && yarn build
51+
- run: yarn --frozen-lockfile && yarn build
5252
- name: Check if js dist files are current
5353
id: changes
5454
run: |
@@ -257,5 +257,5 @@ jobs:
257257
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
258258
restore-keys: |
259259
${{ runner.os }}-yarn-
260-
- run: yarn
260+
- run: yarn --frozen-lockfile
261261
- run: yarn test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.php-cs-fixer.cache
22
node_modules
3-
yarn.lock
43
yarn-error.log
54
/composer.lock
65
/vendor

0 commit comments

Comments
 (0)