If config.json does not already exist, copy it.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nightly 2022-10-20 10:20:42 +02:00
parent ea8b6c7448
commit 8edbfd8275

View File

@ -10,6 +10,7 @@ steps:
- name: Build
image: node
commands:
- cp -n config.example.json config.json
- npm run build
- name: Test