Skip to content

Commit

Permalink
Merge pull request #15 from sevenwestmedia-labs/chore/package-assets
Browse files Browse the repository at this point in the history
include README.md, LICENSE, CHANGELOG.md in package build
  • Loading branch information
bennettp123 authored Aug 20, 2024
2 parents 983babf + 83ec371 commit 3eca0c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"neverConnectToCloud": true,
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
Expand All @@ -14,10 +15,8 @@
],
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"]
},
"nxCloudAccessToken": "ZDQ0YzQzZWYtZDdkMi00NzNlLTg4NzctNjIwYTQ1NDUyNDE4fHJlYWQtd3JpdGU=",
"targetDefaults": {
"@nx/esbuild:esbuild": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
Expand Down
4 changes: 4 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3eca0c9

Please sign in to comment.