Fix config path

This commit is contained in:
Scott Carver
2018-11-11 21:16:36 -08:00
committed by Lachie Kermode
parent ba953f56d3
commit 2c9d5c597d

View File

@@ -6,7 +6,7 @@ cache:
- node_modules
before_script:
- npm install -g yarn
- cp ./src/config.example.js ./src/config.js
- cp ./src/example.config.js ./src/config.js
install:
- yarn
script: