diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 32d8f44..84b006f 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -8,7 +8,5 @@ jobs:
name: Deployment
runs-on: ubuntu-latest
steps:
- - name: Trigger Vercel deployment
- env:
- DEPLOY_HOOK: ${{ secrets.VERCEL_PATH }}
- run: curl -X POST "$DEPLOY_HOOK"
+ - name: Trigger Deployment
+ run: npm run deploy
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 463fbda..30cd4bd 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -23,11 +23,8 @@ jobs:
- name: Install dependencies
run: npm install
- - name: Run Prettier
- run: npm run format:check
-
- name: Check docs
run: npm run check:docs
- - name: Check ngverse
- run: npm run check:ngverse
+ - name: Check kit
+ run: npm run check:kit
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c7f5796..9dfdc3e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,8 +29,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
- - name: Trigger Vercel deployment
- if: success() # Run this step only if the previous steps succeeded
- env:
- DEPLOY_HOOK: ${{ secrets.VERCEL_PATH }}
- run: curl -X POST "$DEPLOY_HOOK"
+ - name: Trigger Deployment
+ if: success()
+ run: npm run deploy
diff --git a/README.md b/README.md
index da6d2fa..e2b288d 100644
--- a/README.md
+++ b/README.md
@@ -1,33 +1,4 @@
-# NgVerse
-
-NgVerse is a collection of feature-rich Angular components, directives, and pipes. Unlike traditional libraries, it requires no installation—just copy and paste what you need into your project and fly 🚀.
-
-For more info visit the [docs](https://www.ngverse.dev)
-
-# Announcement
-
-Thank you all for your feedback! The huge stable release is
-coming—stay tuned!
-
-[](https://www.npmjs.com/package/ngverse)
-
-