Correct directory name from 'types' to 'typings' in README and prepare script
This commit is contained in:
parent
48f71a41c3
commit
09b203a014
@ -24,10 +24,10 @@ The OpenVidu Meet application is composed of two main parts (frontend and backen
|
|||||||
Also, the frontend project installs external dependencies on the following libraries:
|
Also, the frontend project installs external dependencies on the following libraries:
|
||||||
|
|
||||||
- [**openvidu-components-angular**](https://github.com/OpenVidu/openvidu/tree/master/openvidu-components-angular): A library of Angular components that provide the core functionality of the video conferencing service.
|
- [**openvidu-components-angular**](https://github.com/OpenVidu/openvidu/tree/master/openvidu-components-angular): A library of Angular components that provide the core functionality of the video conferencing service.
|
||||||
- [**typing**](./types/): Common types used by the frontend and backend.
|
- [**typings**](./typings/): Common types used by the frontend and backend.
|
||||||
|
|
||||||
- **Backend**: The backend is a Node.js application.
|
- **Backend**: The backend is a Node.js application.
|
||||||
- [**typings**](./types/): Common types used by the frontend and backend.
|
- [**typings**](./typings/): Common types used by the frontend and backend.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Build types library
|
# Build typings library
|
||||||
cd types
|
cd typings
|
||||||
npm install
|
npm install
|
||||||
npm run sync-ce
|
npm run sync-ce
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user