Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Dec 19, 2024
1 parent 556b4f6 commit d8cf767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"publish-ci": "npm run publish-ci --workspace @assetpack/core",
"pretest": "npm run clean",
"test": "vitest run",
"test:lint": "xs lint",
"test:lint": "xs lint --max-warnings 0",
"test:types": "xs types",
"test:watch": "vitest",
"watch": "npm run --ws watch --if-present",
Expand Down
2 changes: 1 addition & 1 deletion packages/assetpack/src/core/AssetWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class AssetWatcher
files.forEach((file) =>
{
file = upath.toUnix(file);

const fullPath = path.joinSafe(asset.path, file);

if (fullPath.includes('DS_Store')) return;
Expand Down

0 comments on commit d8cf767

Please sign in to comment.