The piston.ts package in this repo doesn't include a dist directory, only a src directory. This means anything depending on the compiled output (e.g., consumers importing from the package) will fail or need to build from source manually.
Likely needs a build step added (e.g., tsc or a bundler) and the dist/ output committed or generated during publish.
The
piston.tspackage in this repo doesn't include adistdirectory, only asrcdirectory. This means anything depending on the compiled output (e.g., consumers importing from the package) will fail or need to build from source manually.Likely needs a build step added (e.g.,
tscor a bundler) and thedist/output committed or generated during publish.