config.cli: migrate to TypeScript

This commit is contained in:
Jesse Chan
2021-01-30 19:11:22 +08:00
parent d54878d99a
commit 5afa79b274
9 changed files with 39 additions and 55 deletions

View File

@@ -26,7 +26,6 @@ COPY . ./
RUN npm ci --no-optional
# Build assets
RUN cp config.cli.js config.js
RUN npm run build-assets
# Now get the clean Node.js image