Clean up build process

This commit is contained in:
2021-08-04 23:18:55 -04:00
parent 2e300a9964
commit 3c5e3324a7
9 changed files with 31 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
"npmScope": "vidgrab2",
"npmScope": "vidgrab",
"affected": {
"defaultBase": "master"
},
@@ -14,7 +14,12 @@
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
"cacheableOperations": [
"build",
"lint",
"test",
"e2e"
]
}
}
},