diff --git a/.changeset/chilly-rules-crash.md b/.changeset/chilly-rules-crash.md
new file mode 100644
index 0000000..91cc3bc
--- /dev/null
+++ b/.changeset/chilly-rules-crash.md
@@ -0,0 +1,5 @@
+---
+"@astro-reactive/landing-page": major
+---
+
+Make the npm install script shorter
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 76e053e..3e99639 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -23,6 +23,7 @@ Tag a reviewer: @
Tasks:
- [ ] I have ran the build command to make sure apps are working: `npm run build`
- [ ] I have ran the tests to make sure nothing is broken: `npm run test`
+- [ ] I have ran the Astro checker: `npm run check`
- [ ] I have ran the linter to make sure code is clean: `npm run lint`
- [ ] I have reviewed my own code to remove changes that are not needed
diff --git a/apps/landing-page/src/components/copynpm.astro b/apps/landing-page/src/components/copynpm.astro
index 849a686..04e0683 100644
--- a/apps/landing-page/src/components/copynpm.astro
+++ b/apps/landing-page/src/components/copynpm.astro
@@ -1,107 +1,110 @@
---
-import { Icon } from "astro-icon";
+import { Icon } from 'astro-icon';
---