From aee3878279c7e52e6ef6c634eb8fd30148ad6dd2 Mon Sep 17 00:00:00 2001 From: Bennett Perkins <1610227+bennettp123@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:48:02 +0800 Subject: [PATCH 1/2] include README.md, LICENSE, etc in built package --- project.json | 4 ++++ 1 file changed, 4 insertions(+) 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, From 83ec371d5111a9d07722cd2f521b3521de74faf7 Mon Sep 17 00:00:00 2001 From: Bennett Perkins <1610227+bennettp123@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:48:15 +0800 Subject: [PATCH 2/2] remove nx-cloud --- nx.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"] },