archive
/
givemoneyto.me
Archived
1
Fork 0

Added circleci config

This commit is contained in:
Jake Howard 2019-06-29 21:45:28 +01:00
parent 9f3807eb8a
commit 426e3c42b5
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 14 additions and 0 deletions

14
.circleci/config.yml Normal file
View File

@ -0,0 +1,14 @@
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