Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
CircleCI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiller42 committed Jul 22, 2017
1 parent 2862e15 commit 438ae30
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
machine:
environment:
NODE_ENV: test

dependencies:
override:
- npm install
- npm install webpack@^3.0.0 html-webpack-plugin@^2.0.0 --no-save

compile:
override:
- npm run build

test:
override:
- npm test

deployment:
artifacts:
tag: /^v\d+\.\d+\.\d+$/
commands:
- npm publish

0 comments on commit 438ae30

Please sign in to comment.