From 2159cc5767e5055688fa30585adfd94ca575356c Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Thu, 1 Aug 2024 13:07:17 -0700 Subject: [PATCH] chore: revert esbuild-related artifacts --- scripts/build-templates.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build-templates.js b/scripts/build-templates.js index 5742a76e..d44da533 100644 --- a/scripts/build-templates.js +++ b/scripts/build-templates.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node +const fs = require('fs'); const path = require('path'); const shell = require('shelljs');