mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 14:32:40 +03:00
fix(electron): output check (#4547)
This commit is contained in:
parent
19646a97af
commit
aab1a1e50a
@ -9,18 +9,7 @@ const outputRoot = fileURLToPath(
|
||||
);
|
||||
|
||||
const outputList = [
|
||||
[
|
||||
'dist',
|
||||
[
|
||||
'main.js',
|
||||
'helper.js',
|
||||
'preload.js',
|
||||
'affine.darwin-arm64.node',
|
||||
'plugins',
|
||||
],
|
||||
],
|
||||
['dist/plugins', ['bookmark']],
|
||||
['dist/plugins/bookmark', ['index.cjs']],
|
||||
['dist', ['main.js', 'helper.js', 'preload.js', 'affine.darwin-arm64.node']],
|
||||
] as [entry: string, expected: string[]][];
|
||||
|
||||
await Promise.all(
|
||||
|
Loading…
Reference in New Issue
Block a user