@olivierpascal/helpers
v0.0.71
Published
Miscellaneous isomorphic helpers
Readme
@olivierpascal/helpers
To add a new helper
- Switch on
devbranch withgit checkout dev - Create a new file in the
srcfolder, ie.delay.ts - Create a new test file in the same folder, ie.
delay.test.ts - Run tests with
yarn test - Import the new helper in the
src/index.common.ts(or specificallysrc/index.browser.tsorsrc/index.node.ts) file - Bump the version in the
package.jsonfile - Commit and push your changes
- Run
./scripts/deploy-to-main.shto deploy the new version to the production branch
