Use import for execSync

This commit is contained in:
Sam Carlton 2022-09-04 11:43:05 -05:00
parent 19f50c4d64
commit 4cd4a9edc6

View file

@ -1,4 +1,4 @@
const { execSync } = require('child_process') import { execSync } from 'child_process' // The exec import
;(async () => { ;(async () => {
// scan-new-apps test-prebuild build-lists-and-api test-postbuild-api // scan-new-apps test-prebuild build-lists-and-api test-postbuild-api