Skip to content

Commit 1469bf8

Browse files
committed
fix(scripts): build core before build app
1 parent 615ad81 commit 1469bf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/build.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ async function main() {
1717

1818
fs.mkdirSync(outputFolder, { recursive: true })
1919

20-
// build app
20+
// build core
21+
22+
await command('npm -w @index-san/core run build')
23+
24+
// build electron
2125

2226
await command('npm -w @index-san/electron run build')
2327

0 commit comments

Comments
 (0)