mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 16:12:13 +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 = [
|
const outputList = [
|
||||||
[
|
['dist', ['main.js', 'helper.js', 'preload.js', 'affine.darwin-arm64.node']],
|
||||||
'dist',
|
|
||||||
[
|
|
||||||
'main.js',
|
|
||||||
'helper.js',
|
|
||||||
'preload.js',
|
|
||||||
'affine.darwin-arm64.node',
|
|
||||||
'plugins',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
['dist/plugins', ['bookmark']],
|
|
||||||
['dist/plugins/bookmark', ['index.cjs']],
|
|
||||||
] as [entry: string, expected: string[]][];
|
] as [entry: string, expected: string[]][];
|
||||||
|
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
|
Loading…
Reference in New Issue
Block a user