1.2.0-alpha • Published 5 years ago

@paulinodjm/test-package v1.2.0-alpha

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
5 years ago

test-package

Just a test to uderstand how packaging works.

This package is a small library written in typescript, and compiled with the command yarn ts-build.

When running yarn pack, the library is compiled, and only the content of the dist/ folder is included in the produced tarball.

The goal of this exercice is to make a valid package, usable in production without the need to recompile everything each time.

Note

Installing the tarball made with yarn pack works. But installing the package as a dependency from github add nothing.