UNPKG

@deltares/fews-web-oc-utils

Version:

Util Library for common Web OC functionality

37 lines (34 loc) 414 B
# 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 ```