archive
/
givemoneyto.me
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
givemoneyto.me/.circleci/config.yml

18 lines
401 B
YAML
Raw Normal View History

2019-06-29 21:45:28 +01:00
version: 2.0
jobs:
build:
docker:
- image: circleci/node:10
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: Build Project
command: npm run build
2019-07-01 15:17:31 +01:00
- run:
2019-07-01 15:14:34 +01:00
name: Run tests
command: npm test