@homeflow/v4-lib
v1.0.15
Published
Prototype for moving lib code for V4 back into an external npm package
Keywords
Readme
V4 Lib Prototype
Prototype for moving lib code for V4 back into an external npm package
Build
$ yarn buildLink to local theme app
$ yarn link
# then navigate to the theme app and run:
$ yarn link @homeflow/v4-libRun for local development
$ yarn devPublishing
This package should be published as a new version tag to Bitbucket.
Please note that currently you need to manually run a build locally and commit the dist/ directory before pushing a new version.
# Change the number here to the new version.
# Please ensure semver is followed: https://semver.org/
$ git tag 1.0.14
# Then push the new version tag
$ git push origin 1.0.14Then update the theme app's package.json lib dependency to point to the new version:
"@homeflow/v4-lib": "git+ssh://[email protected]/homeflow_developers/v4_lib.git#1.0.14",Or update from your terminal:
$ yarn add "git+ssh://[email protected]/homeflow_developers/v4_lib.git#1.0.14" --force