mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
Fix lint errors for scripts/build.ts
This commit is contained in:
parent
343fc0a1ea
commit
0d2be2f443
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
const reactOutput = Bun.spawnSync({
|
const reactOutput = Bun.spawnSync({
|
||||||
cmd: ['bun', 'build:react']
|
cmd: ['bun', 'build:react']
|
||||||
})
|
})
|
||||||
console.log(reactOutput.stdout.toString())
|
console.log(reactOutput.stdout.toString())
|
||||||
console.log(`Built react app`)
|
console.log(`Built react app`)
|
||||||
|
|
Loading…
Reference in a new issue