This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/apis/userprofile/buildtest.sh

7 lines
73 B
Bash
Raw Normal View History

2022-11-03 20:41:13 +00:00
#!/bin/bash
# install dependencies
npm install
# run tests
npm run test