Skip to content

Commit c196e79

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)",

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)