mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-05 13:20:27 -05:00
Clean up build process
This commit is contained in:
9
nx.json
9
nx.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user