[ACS-12322] remove argument s

eperator
This commit is contained in:
Shivangi Shree
2026-09-11 16:55:18 +05:30
parent 5eb5f9bc34
commit db8b5a3ab3
3 changed files with 3 additions and 3 deletions
@@ -52,7 +52,7 @@ jobs:
with:
name: npm-logs
path: /home/runner/.npm/_logs/
- run: pnpm ci:build -- aca-playwright-shared
- run: pnpm ci:build aca-playwright-shared
- run: pnpm build -- $BUILD_OPTS
- name: dist cache
+1 -1
View File
@@ -121,7 +121,7 @@ jobs:
with:
name: npm-logs
path: /home/runner/.npm/_logs/
- run: pnpm ci:build -- aca-playwright-shared
- run: pnpm ci:build aca-playwright-shared
- run: pnpm build -- $BUILD_OPTS
- name: dist cache
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
cache: 'pnpm'
- uses: ./.github/actions/before-install
- run: pnpm install --frozen-lockfile
- run: pnpm ci:build -- aca-playwright-shared
- run: pnpm ci:build aca-playwright-shared
- run: pnpm build -- $BUILD_OPTS
- name: dist cache