Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 235 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 235 Bytes

access-request

To develop and symlink locally:

npm run build:dev
npm link

In the consuming project:

npm link @openlattice/access-request

To unlink:

npm unlink @openlattice/access-request --no-save
npm i