Skip to content

Commit

Permalink
Merge pull request #655 from balakrishna-deriv/fix-svg-minify-check
Browse files Browse the repository at this point in the history
Bala/Fix svg minify check
  • Loading branch information
balakrishna-deriv authored Jun 4, 2024
2 parents 797c787 + f1d0c74 commit b35a46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions scripts/__tests__/svg_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('check svg file format', () => {

it('should be valid svgs', async () => {
try {
await exec('git fetch origin master --depth 1');
changed_files = [
...await fetchFiles('git diff --name-only -- *.svg'),
...await fetchFiles('git diff HEAD origin/master --name-only -- *.svg'),
Expand Down
15 changes: 1 addition & 14 deletions src/images/common/logos/icon_smarttrader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b35a46f

Please sign in to comment.