mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
chore: add "make webpack" as a Concourse build step (#2070)
We also have to add the generated directory to the final package. Change-Type: patch Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
27c4c0c749
commit
8a86d0e655
@ -21,6 +21,11 @@
|
||||
"appId": "io.resin.etcher",
|
||||
"copyright": "Copyright 2016 Resinio Ltd",
|
||||
"productName": "Etcher",
|
||||
"files": [
|
||||
"!lib/gui/app",
|
||||
"lib/gui/app/index.html",
|
||||
"generated"
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools"
|
||||
},
|
||||
|
@ -24,6 +24,7 @@
|
||||
"configure": "node-gyp configure",
|
||||
"build": "node-gyp build",
|
||||
"install": "node-gyp rebuild",
|
||||
"concourse-build-electron": "make webpack",
|
||||
"concourse-test": "npm test",
|
||||
"concourse-test-electron": "npm test",
|
||||
"concourse-test-node-cli": "make lint test-cli sanity-checks"
|
||||
|
Loading…
x
Reference in New Issue
Block a user