**What:** Introduces a new folder under which repository specs will be placed. Why: We don't currently have a good place to test ORM logic or custom queries against the database. The repository folder tests are a place for just exactly that. How: Creates an internal package similar to other integration tests - api and plugins. CORE-965
15 lines
449 B
JSON
15 lines
449 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "medusajs/medusa" }],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "master",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["integration-tests-api", "integration-tests-plugins", "integration-tests-repositories"],
|
|
"snapshot": {
|
|
"useCalculatedVersion": true
|
|
}
|
|
}
|