docs: update paths in CONTRIBUTING.md for clarity

This commit is contained in:
oekazuma 2024-12-18 16:28:44 +09:00
parent 74aec5bd79
commit fc268eb11f
2 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,9 @@ pnpm install
## Work with Svelte Meta Tags
All the code for the library is located in the `src/lib` directory.
All the code for the library is located in the `packages/svelte-meta-tags/src/lib` directory.
The `src/routes` directory contains a fully working SvelteKit app. This will be used for end-to-end testing. You can run `pnpm dev` to run this app. You can also run it in a production build by running `pnpm build` and `pnpm preview`.
The `tests/svelte-5/src/routes` directory contains a fully working SvelteKit app. This will be used for end-to-end testing. You can run `pnpm dev` to run this app. You can also run it in a production build by running `pnpm build` and `pnpm preview`.
To run Playwright, you can run `pnpm test`.

View File

@ -5,7 +5,6 @@
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"build:docs": "pnpm --filter 'docs' build",
"preview": "pnpm -r preview",
"package": "pnpm -r package",
"check": "pnpm -r check",