# fews-web-oc-utils

## Project setup
```
npm install
```
### Compiles and minifies for production
```
npm run build
```
Build only esm bundle
```
npm run build:esm
```
Build only cjs bundle
```
npm run build:cjs
```
### Lints and fixes files
```
npm run lint
```

### Run tests
Get the coverage report
```
npm run test
```
Run only unit tests
```
npm run test:unit
```
Run only e2e tests
```
npm run test:e2e
```
