1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-09 08:18:44 +01:00

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

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