diff --git a/.npmignore b/.npmignore index 06ef084f8..4ab7e69e3 100644 --- a/.npmignore +++ b/.npmignore @@ -10,6 +10,7 @@ docs/ esdoc/ jsdoc-template/ landing/ +site/ test/ tests/ @@ -17,8 +18,7 @@ tests/ .eslintrc.js .gitignore .stylelintrc.js -.travis.yml -cypress.json +cypress.config.js index.html jest.config.js pnpm-lock.yaml diff --git a/landing/package.json b/landing/package.json index 9d1b8bd35..c101793a3 100644 --- a/landing/package.json +++ b/landing/package.json @@ -17,6 +17,7 @@ "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.3", "astro": "^4.1.1", + "shepherd.js": "workspace:*", "tailwindcss": "^3.3.5", "typescript": "^5.3.2" }, diff --git a/landing/src/layouts/MainPage.astro b/landing/src/layouts/MainPage.astro index 0b344ddd6..486e4de79 100644 --- a/landing/src/layouts/MainPage.astro +++ b/landing/src/layouts/MainPage.astro @@ -8,6 +8,7 @@ const { isHome } = Astro.props; const shepherdIncludeCode = ` + `; --- @@ -172,13 +173,12 @@ const shepherdIncludeCode = `