From 9202f7bd4497b00313305ee0b7e2bfdf8b49b2c1 Mon Sep 17 00:00:00 2001 From: Astitva Sehgal <69433630+astitva1905@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:16:34 +0530 Subject: [PATCH] Update LIB-MS.md --- docs/admin/servers/lib/LIB-MS.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/admin/servers/lib/LIB-MS.md b/docs/admin/servers/lib/LIB-MS.md index b58900f18..151d5ea28 100644 --- a/docs/admin/servers/lib/LIB-MS.md +++ b/docs/admin/servers/lib/LIB-MS.md @@ -80,20 +80,6 @@ The lib microservice is now running and ready to serve files, functions, and mod Users can access the library microservice at URL: `http://localhost:/lib`. -## Developer Commands - -```bash -yarn install # Install dependencies for the microservice -yarn syntax # analyzes source code for potential errors, style violations, and other issues, -yarn build # compile ES6 files into ES5 javascript files and copy all JS files into build/ directory -yarn test -a # run all tests -yarn test -e # run end-to-end tests -yarn test -i # run integration tests -yarn test -u # run unit tests -yarn start # start the application -yarn clean # deletes directories "build", "coverage", and "dist" -``` - ## Service Endpoint The URL endpoint for this microservice is located at: `localhost:PORT/lib`