diff --git a/nx.json b/nx.json index 718e623..705380a 100644 --- a/nx.json +++ b/nx.json @@ -1,10 +1,13 @@ { "$schema": "./node_modules/nx/schemas/nx-schema.json", "affected": { - "defaultBase": "master" + "defaultBase": "main" }, "namedInputs": { - "default": ["{projectRoot}/**/*", "sharedGlobals"], + "default": [ + "{projectRoot}/**/*", + "sharedGlobals" + ], "production": [ "default", "!{projectRoot}/.eslintrc.json", @@ -20,8 +23,13 @@ "targetDefaults": { "@nx/js:tsc": { "cache": true, - "dependsOn": ["^build"], - "inputs": ["production", "^production"] + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ] } }, "plugins": [