refs #2698 Compile main and renderer using webpack

This commit is contained in:
AkiraFukushima 2021-08-27 20:31:36 +09:00
parent dd5eac8074
commit fea113713f
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 6 additions and 0 deletions

View File

@ -26,3 +26,9 @@ jobs:
- run:
name: spec
command: yarn run spec
- run:
name: compile main
command: yarn run pack:main
- run:
name: compile renderer
command: yarn run pack:renderer