From 4cd4a9edc6affd39f358760799e3fdfdfb51fefe Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 4 Sep 2022 11:43:05 -0500 Subject: [PATCH] Use import for execSync --- scripts/vercel-build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vercel-build.js b/scripts/vercel-build.js index 107fcbf..22d12e1 100644 --- a/scripts/vercel-build.js +++ b/scripts/vercel-build.js @@ -1,4 +1,4 @@ -const { execSync } = require('child_process') +import { execSync } from 'child_process' // The exec import ;(async () => { // scan-new-apps test-prebuild build-lists-and-api test-postbuild-api