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
You only need to build the local package.
For example:
If you want to change something in package "schemas" and see the update quickly in your repo, just do the following:
make the changes you want in schemas
build
set this in package.json: "@map-colonies/schemas": "file:../schemas/."
Now your repo will point to the build folder with the relevant changes you want
The text was updated successfully, but these errors were encountered:
The best way:
You only need to build the local package.
For example:
If you want to change something in package "schemas" and see the update quickly in your repo, just do the following:
"@map-colonies/schemas": "file:../schemas/."
Now your repo will point to the build folder with the relevant changes you want
The text was updated successfully, but these errors were encountered: