From c7a42a7fc4dd7736d0cda9790cd50a385d90bfc4 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Tue, 10 Sep 2024 14:20:29 +0100 Subject: [PATCH] Rebased to latestp --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28f6382a42..9c72819452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 68af6e75e8..50b79d5266 100644 --- a/package.json +++ b/package.json @@ -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" },