[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:
@@ -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
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user