build headless

Summary:
- create a zip-file when building the headless version of Flipper
- restore pkg cache in Sandcastle from pantri
- run build script in sandcastle.

Changes need to go together with D13942919

Reviewed By: passy

Differential Revision: D13942701

fbshipit-source-id: caac7d6cda99fec2a6836c652957ff609a0bf8bb
This commit is contained in:
Daniel Büchele
2019-02-05 11:33:05 -08:00
committed by Facebook Github Bot
parent dc9160d05c
commit e78bd57514
5 changed files with 62 additions and 9 deletions

View File

@@ -206,6 +206,9 @@ async function compilePlugin(
'index.js',
),
},
resolver: {
blacklistRE: /\/sonar\/dist\//,
},
},
{
entry: entry.replace(rootDir, '.'),