@elationbase/lib-node-cicd
v1.1.1
Published
Node library to connect CMS content to BT front-ends
Downloads
7
Readme
bitbucket-pipeline Node Publish
:computer: Installation
- Clone/download repo
- Install dependencies
git clone git+ssh://[email protected]/boats-group/lib-node-content.git
cd lib-node-content
npm install
NPM Scripts
| Command | Description |
| ----------------- | -------------------------------------- |
| npm start
| [ToDo] Serve @ http://localhost:0000
|
| npm run build
| Build TSC to /dist/
|
| npm test
| Run tests with --watch flag |
| npm run test:ci
| Run tests |
| npm run lint
| Run linter |