1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:41:17 -04:00

fix npm-run-all

This commit is contained in:
2021-10-19 09:55:59 -04:00
parent 7fb02275ad
commit e51961c69a
4 changed files with 4 additions and 3 deletions

View File

@@ -37,5 +37,5 @@ module.exports = {
},
},
],
ignorePatterns: ["public/**", "static/assets/**"],
ignorePatterns: ["public/**", "static/assets/**", ".yarn/**"],
};