Skip to content

Commit 3969345

Browse files
committed
Remove dist folder from source control
The dist folder will be published to npm, but it just adds noise keeping it inside source control
1 parent 69445a8 commit 3969345

File tree

5 files changed

+2
-1463
lines changed

5 files changed

+2
-1463
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ node_modules
2626

2727
tmp
2828
examples/dist
29+
dist

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ If you just want to build the examples run:
305305
npm run examples
306306
```
307307

308-
Once you're done with your changes, make sure to update dist package by running:
309-
```shell
310-
npm run dist
311-
```
312308

313309
## Running Tests
314310

dist/Typist.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)