Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 52a4f6a

Browse files
authored
use import instead of require in ts file
1 parent e2a7afa commit 52a4f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyStaticAssets.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const shell = require("shelljs");
1+
import * as shell from "shelljs";
22

33
shell.cp("-R", "src/public/js/lib", "dist/public/js/");
44
shell.cp("-R", "src/public/fonts", "dist/public/");

0 commit comments

Comments
 (0)