Skip to content

Commit cba6717

Browse files
committed
Uninstall @imagekit/angular from the test app during the e2e workflow
1 parent cfa7b34 commit cba6717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
npm run build
2525
npm pack
2626
cd test-app
27+
npm uninstall @imagekit/angular
2728
npm install
2829
npm install ../dist/imagekit-angular/imagekit-angular-*.tgz --no-save
2930
npx playwright install --with-deps

0 commit comments

Comments
 (0)