Rebased to latestp

This commit is contained in:
VitoAlbano 2024-09-10 14:20:29 +01:00
parent ab1a1fb427
commit c7a42a7fc4
2 changed files with 0 additions and 2 deletions

1
package-lock.json generated
View File

@ -7,7 +7,6 @@
"": {
"name": "alfresco-ng2-components",
"version": "7.0.0-alpha.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "16.2.9",

View File

@ -29,7 +29,6 @@
"06": "echo -------------------------------------------- Clean ----------------------------------------------",
"clean": "rimraf dist node_modules dist/libs",
"playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'",
"postinstall": "npm run update-webdriver",
"update-webdriver": "./scripts/webdriver-update-newest/update-to-newest-webdriver.sh",
"update-webdriver:windows": "powershell -executionPolicy bypass ./scripts/update-webdriver.ps1"
},