Skip to content

Commit d8cf767

Browse files
committed
fix lint
1 parent 556b4f6 commit d8cf767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"publish-ci": "npm run publish-ci --workspace @assetpack/core",
1818
"pretest": "npm run clean",
1919
"test": "vitest run",
20-
"test:lint": "xs lint",
20+
"test:lint": "xs lint --max-warnings 0",
2121
"test:types": "xs types",
2222
"test:watch": "vitest",
2323
"watch": "npm run --ws watch --if-present",

packages/assetpack/src/core/AssetWatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class AssetWatcher
276276
files.forEach((file) =>
277277
{
278278
file = upath.toUnix(file);
279-
279+
280280
const fullPath = path.joinSafe(asset.path, file);
281281

282282
if (fullPath.includes('DS_Store')) return;

0 commit comments

Comments
 (0)