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
2022-11-03 16:41:13 -04:00

7 lines
73 B
Bash

#!/bin/bash
# install dependencies
npm install
# run tests
npm run test