mirror of
https://github.com/oekazuma/svelte-meta-tags.git
synced 2025-12-11 20:15:14 +01:00
docs: update paths in CONTRIBUTING.md for clarity
This commit is contained in:
parent
74aec5bd79
commit
fc268eb11f
@ -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`.
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user