Backend: code formatted
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as shell from 'shelljs';
|
||||
import * as shell from "shelljs";
|
||||
|
||||
// Copy all the view templates
|
||||
//shell.cp('-R', 'src/views', 'dist/')
|
||||
shell.cp('-R', 'src/public', 'dist/');
|
||||
shell.cp('-u', 'src/.env', 'dist/');
|
||||
shell.cp("-R", "src/public", "dist/");
|
||||
shell.cp("-u", "src/.env", "dist/");
|
||||
|
Reference in New Issue
Block a user