[monorepo] fix running tests locally (#33186)

* [monorepo] fix running tests locally

* [web] fix east invocation

* [web] move corepack into entrypoint

* [web] fix running module acceptance tests locally

* [web] fix merged module targets

* [web] remove spurious change

GitOrigin-RevId: 84cf7f8d768d3429c8a98c789acf76f6cecd6e3e
This commit is contained in:
Jakob Ackermann
2026-04-29 08:05:42 +00:00
committed by Copybot
parent 396e158ecd
commit da11cf2669
20 changed files with 60 additions and 22 deletions
@@ -65,7 +65,7 @@ describe('ConvertSplitTestAssignedAtToDates', function () {
beforeEach('run migration', function (done) {
exec(
'cd ../../tools/migrations && east migrate -t saas --force 20210726083523_convert_split_tests_assigned_at_strings_to_dates',
'cd ../../tools/migrations && yarn run migrations migrate -t saas --force 20210726083523_convert_split_tests_assigned_at_strings_to_dates',
done
)
})