You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because npm publish is a manual task (no CI is setup for it currently) this project needs to have a pre-publish hook added using the npm script prepublishOnly (we do not want this running on every npm i, which will be triggered via prepublish). This way docs are always up to date whenever I publish a version to npm.
I have setup Github pages to host the
docs/
folder. It is located http://codeforcoffee.org/simple-state/.Because
npm publish
is a manual task (no CI is setup for it currently) this project needs to have a pre-publish hook added using the npm scriptprepublishOnly
(we do not want this running on everynpm i
, which will be triggered viaprepublish
). This way docs are always up to date whenever I publish a version to npm.Related: https://docs.npmjs.com/misc/scripts
The text was updated successfully, but these errors were encountered: