Skip to content

Commit 9a6ebb5

Browse files
committed
Remove CI condition from build script
1 parent 5e1b3e2 commit 9a6ebb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import * as path from 'node:path'
55
import * as esb from 'esbuild'
66

77
import {
8-
CI,
98
get_is_dev_from_args,
109
type Package_Json,
1110
} from './build_shared.ts'
@@ -23,9 +22,6 @@ const dirname = path.dirname(filename)
2322
{
2423
let tsc_args = ['pnpm', 'build:types']
2524

26-
if (CI) {
27-
tsc_args.push('--noEmitOnError')
28-
}
2925
if (is_dev) {
3026
tsc_args.push('--watch', '--preserveWatchOutput')
3127
}

0 commit comments

Comments
 (0)