move create app to the root and update paths accordingly:
This commit is contained in:
parent
940609718a
commit
c32e4953b5
|
@ -2,7 +2,7 @@
|
|||
const path = require("path");
|
||||
const fs = require("fs-extra");
|
||||
|
||||
const examplesSource = path.resolve(__dirname, "../../examples");
|
||||
const examplesSource = path.resolve(__dirname, "../examples");
|
||||
const examplesDestination = path.resolve(__dirname, "./examples");
|
||||
|
||||
function run() {
|
Loading…
Reference in New Issue