mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12322] remove argument s
eperator
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user