chore: make core optional

This commit is contained in:
caele
2021-09-09 15:23:14 +02:00
parent 974274d13c
commit 8b01e3589c

View File

@@ -31,7 +31,7 @@ const options = {
core: {
description: 'Set a core build target',
type: 'string',
default: 'core',
default: undefined,
},
};