diff --git a/package.json b/package.json index ae6c25b..a56e441 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/assetpack/src/core/AssetWatcher.ts b/packages/assetpack/src/core/AssetWatcher.ts index 533ec09..45d99e8 100644 --- a/packages/assetpack/src/core/AssetWatcher.ts +++ b/packages/assetpack/src/core/AssetWatcher.ts @@ -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;