This commit is contained in:
Richard He 2022-12-26 13:48:15 +08:00
Родитель 4c9fae5410
Коммит 60eadee980
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -154,11 +154,7 @@ function run(target: string) {
ensure('deps.json')
chdir('script')
exec(npx('ts-node'), 'syntax.ts', '../build')
if (os.platform() != 'win32') {
compdb()
} else {
console.warn('Generating compile_commands.json is not supported on Windows.')
}
compdb()
break
case 'build':
bundle(false)