From 0f2a7a6a67601753c052542ba4a6de97d2936922 Mon Sep 17 00:00:00 2001 From: ryanbas21 Date: Mon, 14 Apr 2025 05:23:30 -0600 Subject: [PATCH] chore: use-run-many-snapshot --- .github/workflows/snapshot.yml | 2 +- packages/davinci-client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 97410a8ebb..2e2a5424d9 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -62,7 +62,7 @@ jobs: - name: setup pnpm config run: pnpm config set store-dir $PNPM_CACHE_FOLDER - - run: pnpm exec nx affected -t build test e2e-ci + - run: pnpm exec nx run-many -t build test e2e-ci - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} diff --git a/packages/davinci-client/package.json b/packages/davinci-client/package.json index fee058134e..b3c829e307 100644 --- a/packages/davinci-client/package.json +++ b/packages/davinci-client/package.json @@ -15,7 +15,7 @@ "main": "./dist/src/index.js", "module": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", - "files": ["dist", "!dist/tsconfig.lib.tsbuildinfo"], + "files": ["dist", "!dist/tsconfig.lib.tsbuildinfo", "./LICENSE"], "scripts": { "lint": "pnpm nx nxLint", "test": "pnpm nx nxTest",