Skip to content

Commit 52e5461

Browse files
authored
docs: typo for svelte-package --output flag (#12412)
1 parent 0a5b8a3 commit 52e5461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/30-advanced/70-packaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You should think carefully about whether or not the changes you make to your pac
219219

220220
- `-w`/`--watch` — watch files in `src/lib` for changes and rebuild the package
221221
- `-i`/`--input` — the input directory which contains all the files of the package. Defaults to `src/lib`
222-
- `-o`/`--o` — the output directory where the processed files are written to. Your `package.json`'s `exports` should point to files inside there, and the `files` array should include that folder. Defaults to `dist`
222+
- `-o`/`--output` — the output directory where the processed files are written to. Your `package.json`'s `exports` should point to files inside there, and the `files` array should include that folder. Defaults to `dist`
223223
- `-t`/`--types` — whether or not to create type definitions (`d.ts` files). We strongly recommend doing this as it fosters ecosystem library quality. Defaults to `true`
224224
- `--tsconfig` - the path to a tsconfig or jsconfig. When not provided, searches for the next upper tsconfig/jsconfig in the workspace path.
225225

0 commit comments

Comments
 (0)