Merge pull request #2699 from h3poteto/iss-2698
refs #2698 Compile main and renderer using webpack
This commit is contained in:
commit
8912d06837
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue