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

Commit 431f276

Browse files
author
Bowden Kelly
authored
Merge pull request #99 from Meir017/patch-1
use import instead of require in copyStaticAssets.ts
2 parents e2a7afa + 52a4f6a commit 431f276

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)