Skip to content

Commit

Permalink
Merge pull request #441 from ForgeRock/update-signals-sdk
Browse files Browse the repository at this point in the history
fix(ping-protect): update-ping-protect-signals-sdk
  • Loading branch information
ryanbas21 authored Apr 17, 2024
2 parents bc9a3e9 + 92df8d4 commit 0e5f161
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 289 deletions.
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"cache": true,
"inputs": ["production", "^production"]
},
"readme": {
"cache": true
},
"build-interceptor": {
"cache": true
},
Expand Down
13 changes: 6 additions & 7 deletions packages/ping-protect/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@
"projectType": "library",
"targets": {
"build": {
"dependsOn": ["package"],
"dependsOn": ["readme"],
"command": "tsc -p packages/ping-protect/tsconfig.lib.json -outDir dist --emitDeclarationOnly"
},
"readme": {
"dependsOn": ["package"],
"command": "cp packages/ping-protect/README.md dist/packages/ping-protect"
},
"package": {
"executor": "@nx/vite:build",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/packages/ping-protect",
"main": "packages/ping-protect/src/index.ts",
"tsConfig": "packages/ping-protect/tsconfig.lib.json",
"updateBuildableProjectDepsInPackageJson": false,
"assets": [
"packages/ping-protect/*.md",
"packages/ping-protect/src/lib/ping-signals-sdk.js"
],
"updateBuildableProjectDepsInPackageJson": true
"updateBuildableProjectDepsInPackageJson": false
}
},
"lint": {
Expand Down
Loading

0 comments on commit 0e5f161

Please sign in to comment.