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.
presentation-base/.circleci/config.yml

16 lines
311 B
YAML
Raw Normal View History

2017-10-29 10:13:52 +00:00
version: 2.0
jobs:
build:
docker:
- image: circleci/node:6.10
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: Build
command: npm run build