diff --git a/nx.json b/nx.json index bd784b2..5d2c0e5 100644 --- a/nx.json +++ b/nx.json @@ -1,4 +1,5 @@ { + "neverConnectToCloud": true, "$schema": "./node_modules/nx/schemas/nx-schema.json", "namedInputs": { "default": ["{projectRoot}/**/*", "sharedGlobals"], @@ -14,10 +15,8 @@ ], "sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"] }, - "nxCloudAccessToken": "ZDQ0YzQzZWYtZDdkMi00NzNlLTg4NzctNjIwYTQ1NDUyNDE4fHJlYWQtd3JpdGU=", "targetDefaults": { "@nx/esbuild:esbuild": { - "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"] }, diff --git a/project.json b/project.json index 4eb6dd9..d10b892 100644 --- a/project.json +++ b/project.json @@ -12,6 +12,10 @@ "defaultConfiguration": "production", "options": { "platform": "node", + "assets": [ + { "glob": "*.md", "input": ".", "output": "." }, + { "glob": "LICENSE", "input": ".", "output": "." } + ], "outputPath": "dist/lambda-edge-openid-auth", "format": ["esm", "cjs"], "bundle": false,