static-cms/nx.json

28 lines
427 B
JSON
Raw Normal View History

{
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"cache": true
},
"dev": {
"dependsOn": [
"^build"
],
"cache": true
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [],
"production": [
"default"
]
}
}