Skip to content

Commit

Permalink
Revert "fix: yarnv4 requires shebangs in shell scripts to allow execu…
Browse files Browse the repository at this point in the history
…tion (#7323)"

This reverts commit 57ddfc9.
  • Loading branch information
sjaanus committed Jun 10, 2024
1 parent 21913fe commit 6f8db11
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ frontend/node_modules
!.yarn/**
!.yarnrc.yml
!frontend/.yarn/**
node_modules
1 change: 0 additions & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
yarnPath: .yarn/releases/yarn-4.2.2.cjs
nodeLinker: node-modules
1 change: 0 additions & 1 deletion frontend/check-imports.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
if grep -R --include="*.js" --include="*.jsx" --include="*.ts" --include="*.tsx" "from '@mui/icons-material'" src; then
echo "Prohibited import from '@mui/icons-material' found. Use default imports referencing the file instead of the
global package. Example: import Delete from '@mui/icons-material/Delete';'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('NewFeatureStrategyCreate', () => {

expect(screen.getByText(expectedSegmentName)).toBeInTheDocument();
expect(screen.getByText(expectedConstraintValue)).toBeInTheDocument();
}, 10000);
});

test('should change variants settings', async () => {
const { expectedVariantName } = setupComponent();
Expand Down

0 comments on commit 6f8db11

Please sign in to comment.