Skip to content

Commit 298d9a4

Browse files
authored
Merge pull request #235 from ForgeRock/update-snapshot-yml
chore: use-run-many-snapshot
2 parents dda57f4 + 0f2a7a6 commit 298d9a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: setup pnpm config
6363
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
6464

65-
- run: pnpm exec nx affected -t build test e2e-ci
65+
- run: pnpm exec nx run-many -t build test e2e-ci
6666

6767
- uses: actions/upload-artifact@v4
6868
if: ${{ !cancelled() }}

packages/davinci-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"main": "./dist/src/index.js",
1616
"module": "./dist/src/index.js",
1717
"typings": "./dist/src/index.d.ts",
18-
"files": ["dist", "!dist/tsconfig.lib.tsbuildinfo"],
18+
"files": ["dist", "!dist/tsconfig.lib.tsbuildinfo", "./LICENSE"],
1919
"scripts": {
2020
"lint": "pnpm nx nxLint",
2121
"test": "pnpm nx nxTest",

0 commit comments

Comments
 (0)