Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add npm postinstall task for pc-ble-driver-js
Currently yarn does not pull down submodules when installing git dependencies. See yarnpkg/yarn#1488 for more information. After yarn has finished the installation, the pc-ble-driver submodule directory is empty. In order to workaround this issue, we need an extra postinstall task.
- Loading branch information