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

main
nightly 2022-10-20 10:20:42 +02:00
parent ea8b6c7448
commit 8edbfd8275
1 changed files with 1 additions and 0 deletions

View File

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