Skip to content

Commit

Permalink
refactor: test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ByMykel committed Feb 9, 2024
1 parent e3dffd2 commit 1ed2abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function getRequiredVPKFiles(vpkDir) {
fileName.startsWith(f) &&
(fileName.includes(".vtex_c") || fileName.includes(".txt"))
) {
console.log(`Found vpk for ${f}: ${fileName}`);
// console.log(`Found vpk for ${f}: ${fileName}`);

const archiveIndex = vpkDir.tree[fileName].archiveIndex;

Expand Down
2 changes: 1 addition & 1 deletion static/manifestId.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
578205631086395796
57820563

0 comments on commit 1ed2abc

Please sign in to comment.