We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa7b34 commit cba6717Copy full SHA for cba6717
1 file changed
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
npm run build
25
npm pack
26
cd test-app
27
+ npm uninstall @imagekit/angular
28
npm install
29
npm install ../dist/imagekit-angular/imagekit-angular-*.tgz --no-save
30
npx playwright install --with-deps
0 commit comments