npm install @portkey/utils
yarn add @portkey/utils
Script | Description |
---|---|
clean | Uses rm to remove dist/
|
build | Uses tsc to build package and dependent packages |
lint | Uses eslint to lint package |
lint:fix | Uses eslint to check and fix any warnings |
format | Uses prettier to format the code |