Another fixes for aca-playwright-shared (#4100)

* Another fixes for aca-playwright-shared

* Add aca-playwright-shared to the build

* Small fix
This commit is contained in:
MichalKinas
2024-09-04 19:39:15 +02:00
committed by GitHub
parent 96df46a32a
commit 9ca398ddcf
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ runs:
- name: Build Libraries
shell: bash
run: npm ci && npm run build
run: npm ci && npx nx run-many --target=build
- uses: actions/setup-node@v3
name: setup GH registry
+1 -1
View File
@@ -12,7 +12,7 @@ fi
export PROJECTS=(
'aca-content'
'aca-shared',
'aca-shared'
'aca-playwright-shared'
);
@@ -11,7 +11,7 @@ fi
export PROJECTS=(
'aca-content'
'aca-shared',
'aca-shared'
'aca-playwright-shared'
);