Skip to content

Commit 60f65fa

Browse files
committed
wip
1 parent 83ff15d commit 60f65fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ steps:
8484
- yarn install --immutable
8585
- echo "+++ Run Browser integration tests :pray:"
8686
- yarn turbo run --filter=@internal/browser-integration-tests test:int
87-
- yarn turbo run --filter=@internal/browser-integration-tests test:int
8887
retry:
8988
automatic:
9089
- exit_status: '*'

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = {
6767
'@typescript-eslint/no-restricted-imports': [
6868
'error',
6969
{
70+
patterns: [],
7071
paths: [
7172
{
7273
// Prevent accidental imports from 'lodash'

0 commit comments

Comments
 (0)