Skip to content

Commit 720d013

Browse files
minor #755 chore: commit yarn.lock (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- chore: commit yarn.lock | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT As discussed with `@weaverryan` on Slack, we will now commit the `yarn.lock` to prevent the same issue than symfony/ux#616 (comment) (2nd part). Commits ------- c18e9f20 chore: commit yarn.lock
2 parents 2dc1486 + 79dd312 commit 720d013

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
@@ -31,7 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
3232
restore-keys: |
3333
${{ runner.os }}-yarn-
34-
- run: yarn
34+
- run: yarn --frozen-lockfile
3535
- run: yarn check-lint
3636
- run: yarn check-format
3737

@@ -50,7 +50,7 @@ jobs:
5050
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
5151
restore-keys: |
5252
${{ runner.os }}-yarn-
53-
- run: yarn && yarn build
53+
- run: yarn --frozen-lockfile && yarn build
5454
- name: Check if js dist files are current
5555
id: changes
5656
run: |
@@ -259,5 +259,5 @@ jobs:
259259
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
260260
restore-keys: |
261261
${{ runner.os }}-yarn-
262-
- run: yarn
262+
- run: yarn --frozen-lockfile
263263
- run: yarn test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.doctor-rst.cache
22
.php-cs-fixer.cache
33
node_modules
4-
yarn.lock
54
yarn-error.log
65
/composer.lock
76
/vendor

0 commit comments

Comments
 (0)