Skip to content

Commit

Permalink
馃悰 Update directory path for size check utility
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 10, 2024
1 parent 26b5b3b commit 9f26968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check-size/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { join } = require('path');
const core = require('@actions/core');

// 馃攷 Settings:
const dir = '../static/library';
const dir = '../../static/library';
const sizeLimit = 20000; // 20kb;

function convertBytes(bytes, format = 'KB') {
Expand Down

0 comments on commit 9f26968

Please sign in to comment.