Skip to content

Commit

Permalink
Update styles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Nov 29, 2023
1 parent 84c3db9 commit 13b16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Check package size
run: |
FILE_PATH="./artifacts/css/dx.light.css"
FILE_PATH="packages/devextreme/artifacts/css/dx.light.css"
FILE_SIZE=$(ls -nl "${FILE_PATH}" | awk '{print $5}')
echo "File size of ${FILE_PATH}: ${FILE_SIZE} bytes"
Expand Down

0 comments on commit 13b16ba

Please sign in to comment.