decaffeinate: update build scripts to es

This commit is contained in:
mserranom
2020-02-19 12:10:00 +01:00
parent be28b9f6f9
commit 725074c09d
9 changed files with 102 additions and 23 deletions

View File

@@ -21,7 +21,6 @@ RUN npm install --quiet
COPY . /app
RUN npm run compile:all
FROM base