Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 10, 2023
1 parent bf252c9 commit 9ce24ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/scripts/my-ts-node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env node
// @ts-check
/*eslint-env node*/
// This script runs a TypeScript file using Node.js by first bundling it with
// esbuild.
import { spawn } from "child_process";
import { existsSync, mkdirSync, rmdirSync } from "fs";
import { join } from "path";
Expand Down

0 comments on commit 9ce24ad

Please sign in to comment.