Add circleci config
This commit is contained in:
parent
255e1fcc65
commit
d7c07d4ab8
1 changed files with 11 additions and 0 deletions
11
circle.yml
Normal file
11
circle.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
machine:
|
||||
node:
|
||||
version: 6.10.2
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- npm install
|
||||
|
||||
test:
|
||||
pre:
|
||||
- npm run build
|
Reference in a new issue