Cleanup embed.ts and add limit-size checker (#601)

* Cleanup embed.ts and add limit-size checker

* add  size limit for dist files

* check only size of files
This commit is contained in:
Konstantin Krivlenia
2020-02-19 16:08:35 -06:00
committed by GitHub
parent 11327cee5b
commit 390ecbe8d9
9 changed files with 553 additions and 194 deletions
+3
View File
@@ -26,3 +26,6 @@ jobs:
- run: npx run-p check lint lint:style test
working-directory: ./frontend
- run: npm run size
working-directory: ./frontend