{ "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["lib/**", "www/**", ".angular/**"] }, "format": { "dependsOn": ["^format"] }, "format:fix": { "dependsOn": ["^format:fix"] }, "lint": { "dependsOn": ["^lint"] }, "lint:fix": { "dependsOn": ["^lint:fix"] }, "check-configuration": { "dependsOn": ["^check-configuration"] } } }