Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
yairkukielka committed May 27, 2024
1 parent c2ae7b3 commit 6e83327
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# tao-core-sdk-fe
TAO Frontend Core SDK

TAO Frontend Core SDK

Core libraries of TAO.

Expand All @@ -13,17 +14,16 @@ npm i --save @oat-sa/tao-core-sdk

Available scripts in the project:

- `npm run test <testname>`: 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 <testname>`: 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

0 comments on commit 6e83327

Please sign in to comment.