mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
8b99037a21
commit
716bba4dd1
1 changed files with 2 additions and 3 deletions
|
|
@ -90,10 +90,9 @@ The publishing will actually be performed only if ``npm test`` passes.
|
||||||
|
|
||||||
# Few things you need to be aware of before getting started
|
# Few things you need to be aware of before getting started
|
||||||
|
|
||||||
- You probably want to "Use this template" ( the green button ) instead of forking the repo.
|
|
||||||
- The files to include in the NPM bundle are cherry-picked using the ``package.json`` ``files`` field.
|
- The files to include in the NPM bundle are cherry-picked using the ``package.json`` ``files`` field.
|
||||||
If you don't want to bother and includes everything just remove the ``files`` field from the ``package.json``.
|
If you don't want to bother and includes everything just remove the ``files`` field from the ``package.json``.
|
||||||
- If you are going to programmatically load files outside of the ``dis/`` directory ( like the ``package.json`` or files inside ``res/`` ) be mindful that the paths might not be the one you expect. [Details](#accessing-files-outside-the-dist-directory).
|
- If you are going to programmatically load files outside of the ``dist/`` directory ( like the ``package.json`` or files inside ``res/`` ) be mindful that the paths might not be the one you expect. [Details](#accessing-files-outside-the-dist-directory).
|
||||||
- The template does not support ``.npmignore`` ( it use the safer ``package.json`` ``files`` instead ).
|
- The template does not support ``.npmignore`` ( it use the safer ``package.json`` ``files`` instead ).
|
||||||
- The template does not support ``.npmrc``.
|
- The template does not support ``.npmrc``.
|
||||||
|
|
||||||
|
|
@ -168,7 +167,7 @@ Twitter or Reddit you don't get your GitHub profile picture to show up.
|
||||||
|
|
||||||
[Prettier](https://prettier.io) is opinionated, it is OK to want to break free from it.
|
[Prettier](https://prettier.io) is opinionated, it is OK to want to break free from it.
|
||||||
|
|
||||||
Remove these ``package.json``'s ``scripts``:
|
Remove these ``scripts`` from ``package.json``:
|
||||||
- ``_format``
|
- ``_format``
|
||||||
- ``format``
|
- ``format``
|
||||||
- ``format:check``
|
- ``format:check``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue