patriciogonzalezvivo / glsl-pipeline

Prototype complex pipelines directly from a single shader by branching it into stages
MIT License
80 stars 5 forks source link

Hotfix for Typescript & Cleaner Package Publish. #5

Closed ammein closed 10 months ago

ammein commented 10 months ago

Changelog:

Important Note

I already added a version using yarn changeset(Select Package and add minor notes) and yarn changeset version to implement the version into the package (Similar to the npm version patch command).

You need to run this command:

# Always build the package first before publishing
yarn build

# Publish to npmjs
yarn changeset publish
patriciogonzalezvivo commented 10 months ago

I will bump the version and push it