ACS-9039 fix for export aca-playwright-shared lib (#4317)

* ACS-9039 fix for export lib

* Update project.json to remove test config

* update package version

* update package dependancy

* Update package.json
This commit is contained in:
Akash Rathod
2025-01-02 11:37:28 +01:00
committed by GitHub
parent 92cf582b90
commit 5394088627
6 changed files with 16 additions and 8 deletions
+1
View File
@@ -31,6 +31,7 @@
"@alfresco/aca-shared/rules": ["projects/aca-shared/rules/src/public-api.ts"],
"@alfresco/aca-shared/store": ["projects/aca-shared/store/src/public-api.ts"],
"@alfresco/aca-playwright-shared": ["projects/aca-playwright-shared/src/public-api.ts"],
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
"package.json": ["package.json"]
}
},