Skip to content

Commit e80f0c0

Browse files
committed
chore: update-shared-globals
1 parent dd3060e commit e80f0c0

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

nx.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"namedInputs": {
33
"default": ["{projectRoot}/**/*", "sharedGlobals"],
4-
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"],
4+
"sharedGlobals": ["{workspaceRoot}/.github/workflows/*.yml"],
55
"production": [
66
"default",
77
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
88
"!{projectRoot}/tsconfig.spec.json",
99
"!{projectRoot}/src/test-setup.[jt]s",
1010
"!{projectRoot}/test-setup.[jt]s"
11-
],
12-
"noMarkdown": ["!{projectRoot}/**/*.md"]
11+
]
1312
},
1413
"targetDefaults": {
1514
"nx-release-publish": {
@@ -33,7 +32,7 @@
3332
},
3433
"build": {
3534
"dependsOn": ["^build"],
36-
"inputs": ["noMarkdown", "^noMarkdown"],
35+
"inputs": ["production", "^production"],
3736
"cache": true,
3837
"outputs": ["{projectRoot}/dist"]
3938
},
@@ -51,22 +50,18 @@
5150
"@nx/vite:build": {
5251
"dependsOn": ["^build"],
5352
"cache": true,
54-
"inputs": ["noMarkdown", "^noMarkdown"],
5553
"outputs": ["{projectRoot}/dist"]
5654
},
5755
"@nx/playwright:run": {
5856
"dependsOn": ["^build"],
59-
"inputs": ["noMarkdown", "^noMarkdown"],
6057
"cache": true
6158
},
6259
"@nx/esbuild:esbuild": {
6360
"dependsOn": ["^build"],
64-
"cache": true,
65-
"inputs": ["noMarkdown", "^noMarkdown"]
61+
"cache": true
6662
},
6763
"e2e-ci--**/*": {
6864
"dependsOn": ["^build"],
69-
"inputs": ["noMarkdown", "^noMarkdown"],
7065
"cache": true
7166
},
7267
"@nx/js:tsc": {

packages/ping-protect/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Install both modules and their latest versions:
2020
npm install @forgerock/javascript-sdk @forgerock/ping-protect
2121
```
2222

23+
```sh
24+
pnpm install @forgerock/javascript-sdk @forgerock/ping-protect
25+
```
26+
2327
The two main responsibilities of the Ping Protect module is the initialization of the profiling and data collection and the completion and preparation of the collected data for the server. You can find the two methods on the `PIProtect` module found within the `@forgerock/ping-protect` module.
2428

2529
- `PIProtect.start()`

0 commit comments

Comments
 (0)