From 6e8332781b916f30744163f60ce8eb7a2b10483c Mon Sep 17 00:00:00 2001 From: Yair Kukielka Date: Mon, 27 May 2024 12:41:39 +0200 Subject: [PATCH] test1 --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9cd47cfb..b84fc637 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # tao-core-sdk-fe -TAO Frontend Core SDK + +TAO Frontend Core SDK Core libraries of TAO. @@ -13,17 +14,16 @@ npm i --save @oat-sa/tao-core-sdk Available scripts in the project: -- `npm run test `: run test suite - - `testname` (optional): Specific test to run. If it is not provided, all will be ran. - - `HOST` (optional environment variable, default: 127.0.0.1): Test server listen host - - `PORT` (optional environment variable): Test server listen port -- `npm run test:keepAlive`: start test server -- `npm run test:cov`: start test server -- `npm run coverage`: show coverage report in terminal -- `npm run coverage:html`: show coverage report in browser -- `npm run test:dev`: test in development mode (watch changes and source maps) -- `npm run build`: build for production into `dist` directory -- `npm run build:watch`: same as `build`, but watch changes -- `npm run build:dev`: watch changes and build with source maps -- `npm run lint`: check syntax of code - +- `npm run test `: run test suite + - `testname` (optional): Specific test to run. If it is not provided, all will be ran. + - `HOST` (optional environment variable, default: 127.0.0.1): Test server listen host + - `PORT` (optional environment variable): Test server listen port +- `npm run test:keepAlive`: start test server +- `npm run test:cov`: start test server +- `npm run coverage`: show coverage report in terminal +- `npm run coverage:html`: show coverage report in browser +- `npm run test:dev`: test in development mode (watch changes and source maps) +- `npm run build`: build for production into `dist` directory +- `npm run build:watch`: same as `build`, but watch changes +- `npm run build:dev`: watch changes and build with source maps +- `npm run lint`: check syntax of code