-
Notifications
You must be signed in to change notification settings - Fork 0
Editing the SDK
Sam B edited this page Jul 24, 2020
·
4 revisions
Go to the SDK repository and run npm run ts
and npm link
. (every time you make a change to the SDK, you have to recompile using npm run ts
)
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.