thefrontside / microstates

Composable state primitives for JavaScript
1.31k stars 53 forks source link

Update preview workflow for microstates.js #384

Closed minkimcello closed 4 years ago

minkimcello commented 4 years ago

This PR is to update the publish-preview workflow to use the refactored action instead of the three that it's currently using. This will make it much easier for us to make changes to the workflow and action in the future without having to update every project that uses TNP.

See thefrontside/actions PR #29 to better understand why we're making this update.

TODO

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 98.74% when pulling 8d532e38cdb1f789ea32590540440bbf40245460 on mk/update-preview into 025ca925abc31c99550bdbcdb3c5cd29f6d59843 on master.

frontsidejack commented 4 years ago

A preview package of this pull request has been released to NPM with the tag mk_update-preview. You can try it out by running the following command:

$ npm install microstates@mk_update-preview

or by updating your package.json to:

{
  "microstates": "mk_update-preview"
}

Once the branch associated with this tag is deleted (usually once the PR is merged or closed), it will no longer be available. However, it currently references microstates@0.15.1-314981e which will be available to install forever.

Generated by :no_entry_sign: dangerJS against 8d532e38cdb1f789ea32590540440bbf40245460