Enabling signature editing.

This commit is contained in:
Bryce Covert
2020-12-21 08:18:30 -08:00
parent 8fe7f12b21
commit bc40430d7b
17 changed files with 1917 additions and 140 deletions

View File

@@ -5,6 +5,7 @@ phases:
runtime-versions:
docker: 19
java: corretto8
nodejs: 12
pre_build:
commands:
@@ -18,6 +19,7 @@ phases:
- chmod +x lein
build:
commands:
- npm install
- ./lein build
- cp imagedefinitions.json target/
- echo Build started on `date`