Skip to content

Commit

Permalink
minor #755 chore: commit yarn.lock (Kocal)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jameswebapp committed Apr 11, 2023
2 parents 2dc1486 + 79dd312 commit 720d013
Show file tree
Hide file tree
Showing 3 changed files with 7,015 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn
- run: yarn --frozen-lockfile
- run: yarn check-lint
- run: yarn check-format

Expand All @@ -50,7 +50,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn && yarn build
- run: yarn --frozen-lockfile && yarn build
- name: Check if js dist files are current
id: changes
run: |
Expand Down Expand Up @@ -259,5 +259,5 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn
- run: yarn --frozen-lockfile
- run: yarn test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.doctor-rst.cache
.php-cs-fixer.cache
node_modules
yarn.lock
yarn-error.log
/composer.lock
/vendor
Loading

0 comments on commit 720d013

Please sign in to comment.