You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Before contributing, please take a moment to review this document. It outlines t
22
22
23
23
## Code of Conduct
24
24
25
-
This project adheres to the [CODE\_OF\_CONDUCT.md](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [insert contact email or method here, e.g., `support@example.com`].
25
+
This project adheres to the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [insert contact email or method here, e.g., `support@example.com`].
26
26
27
27
## How Can I Contribute?
28
28
@@ -100,4 +100,3 @@ We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0
100
100
## License
101
101
102
102
By contributing to `@interactive-video-labs/svelte`, you agree that your contributions will be licensed under its MIT License. See the [LICENSE](LICENSE) file for details.
@@ -26,35 +27,35 @@ To get started with local development, follow these steps:
26
27
27
28
Here are the common development scripts available:
28
29
29
-
- **`pnpm build`**: Compiles the TypeScript + Svelte source code into JavaScript (ESM and CommonJS formats) and generates declaration files (`.d.ts`). This command is run before publishing.
30
+
- **`pnpm build`**: Compiles the TypeScript + Svelte source code into JavaScript (ESM and CommonJS formats) and generates declaration files (`.d.ts`). This command is run before publishing.
30
31
31
-
```bash
32
-
pnpm build
33
-
```
32
+
```bash
33
+
pnpm build
34
+
```
34
35
35
-
- **`pnpm dev`**: Starts the TypeScript compiler and Svelte build in watch mode, recompiling files on changes. Useful for active development.
36
+
- **`pnpm dev`**: Starts the TypeScript compiler and Svelte build in watch mode, recompiling files on changes. Useful for active development.
36
37
37
-
```bash
38
-
pnpm dev
39
-
```
38
+
```bash
39
+
pnpm dev
40
+
```
40
41
41
-
- **`pnpm test`**: Runs the unit tests using Vitest.
42
+
- **`pnpm test`**: Runs the unit tests using Vitest.
42
43
43
-
```bash
44
-
pnpm test
45
-
```
44
+
```bash
45
+
pnpm test
46
+
```
46
47
47
-
- **`pnpm clean`**: Removes the `dist` directory, clearing all compiled output.
48
+
- **`pnpm clean`**: Removes the `dist` directory, clearing all compiled output.
48
49
49
-
```bash
50
-
pnpm clean
51
-
```
50
+
```bash
51
+
pnpm clean
52
+
```
52
53
53
-
- **`pnpm prepare`**: This script is typically run after `pnpm install` and before `pnpm publish`. In this project, it simply runs `pnpm build`.
54
+
- **`pnpm prepare`**: This script is typically run after `pnpm install` and before `pnpm publish`. In this project, it simply runs `pnpm build`.
54
55
55
-
```bash
56
-
pnpm prepare
57
-
```
56
+
```bash
57
+
pnpm prepare
58
+
```
58
59
59
60
## Testing
60
61
@@ -77,4 +78,3 @@ This project uses an automated release workflow via GitHub Actions (`.github/wor
77
78
## Contributing
78
79
79
80
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) file for detailed guidelines on how to submit issues, propose features, and make pull requests.
0 commit comments