-
Notifications
You must be signed in to change notification settings - Fork 1
Editing the SDK
Sam B edited this page May 27, 2020
·
3 revisions
In order to make changes to the MyMICDS SDK, which is used as a wrapper for the MyMICDS API, you need to first clone the repository on your system.
You can make your changes to the SDK, however, you won't be able to test them until you do the following:
Go to the SDK repository and run npm link
Go to the MyMICDS-v2-Angular
Repository and run npm link @mymicds/sdk
This should use your local version of the SDK in place of the one in github.
DO NOT hardcode the local path in package.json
Once you have made changes to the SDK, commit them normally, and contact an admin to publish them to npm.
If you have any issues contact support@mymicds.net.