chore: Ignore integration tests for changesets (#2828)

This commit is contained in:
Oliver Windall Juhl
2022-12-20 10:01:00 +01:00
committed by GitHub
parent ba6bb3e54b
commit 4ef0bffff9

View File

@@ -7,7 +7,7 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": ["integration-tests-api", "integration-tests-plugins"],
"snapshot": {
"useCalculatedVersion": true
}