Merge pull request #2699 from h3poteto/iss-2698

refs #2698 Compile main and renderer using webpack
This commit is contained in:
AkiraFukushima 2021-08-27 20:36:43 +09:00 committed by GitHub
commit 8912d06837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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