mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
5 lines
207 B
JavaScript
5 lines
207 B
JavaScript
var shell = require('shelljs');
|
|
|
|
shell.cp('-R', 'src/public/js/lib', 'dist/public/js/lib');
|
|
shell.cp('-R', 'src/public/fonts', 'dist/public/fonts');
|
|
shell.cp('-R', 'src/public/images', 'dist/public/images'); |