Skip to content

Commit

Permalink
use import instead of require in ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 authored Mar 21, 2018
1 parent bf0a030 commit f080b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copyStaticAssets.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const shell = require("shelljs");
import * as shell from "shelljs";

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

0 comments on commit f080b11

Please sign in to comment.