Skip to content

Commit 71f4f46

Browse files
authoredMay 7, 2024
chore(medusa): cleanup medusa package (medusajs#7206)
1 parent 8b61dcc commit 71f4f46

File tree

1,452 files changed

+4699
-234742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,452 files changed

+4699
-234742
lines changed
 

‎.changeset/config.json

-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"updateInternalDependencies": "patch",
1010
"ignore": [
1111
"integration-tests-api",
12-
"integration-tests-plugins",
1312
"integration-tests-modules",
14-
"integration-tests-repositories",
1513
"@medusajs/dashboard",
1614
"@medusajs/admin-shared",
1715
"@medusajs/admin-bundler",

‎.github/actions/cache-deps/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ runs:
1111
with:
1212
path: |
1313
.yarn/cache
14-
key: ${{ runner.os }}-yarn-${{inputs.extension}}-v8-${{ hashFiles('**/yarn.lock') }}
14+
key: ${{ runner.os }}-yarn-${{inputs.extension}}-v8-${{ hashFiles('**/yarn.lock') }}-3
1515
restore-keys: |
16-
${{ runner.os }}-yarn-${{inputs.extension}}-v8
16+
${{ runner.os }}-yarn-${{inputs.extension}}-v8-3
1717
# We want to only bootstrap and install if no cache is found.
1818
- run: yarn install --immutable
1919
shell: bash

0 commit comments

Comments
 (0)
Please sign in to comment.