Skip to content

Commit ca40e8d

Browse files
fix exit code of build-images script
1 parent bcebf19 commit ca40e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/tasks/compile/build-images.mts

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import { imagize } from './imagize.mjs';
22
imagize();
3+
process.exit(0);

0 commit comments

Comments
 (0)