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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,14 @@ Once your pull request has been merged to master:
59
59
`npm run` + type of release (`patch-release`, `minor-release`, `major-release`)
60
60
61
61
For example: `npm run patch-release`
62
+
63
+
Local linking to another project
64
+
========
65
+
1. Run `npm run build-npm` from the react-bootstrap-datetimepicker console.
66
+
2. In your other project's **package.json**,
67
+
Use `"@myob/react-bootstrap-datetimepicker": "npm install ../../../../react-bootstrap-datetimepicker"` instead of `"@myob/react-bootstrap-datetimepicker": "0.0.25"` in the dependency list.
68
+
*(use npm install + the path to your local react-bootstrap-datetimepicker folder instead of the version number)*
69
+
3. Run `npm install @myob/react-bootstrap-datetimepicker` from the same folder level as the package.json.
0 commit comments