oops
This commit is contained in:
parent
352d30e80c
commit
631a775453
|
@ -15,4 +15,10 @@ fs.mkdir("dist/node_modules", {}, (err) => {
|
|||
fs.copySync(file, `dist/components/verb-info/${path.basename(file)}`);
|
||||
});
|
||||
});
|
||||
glob("src/components/vp-explorer/*.jpg", (err, files) => {
|
||||
if (err) throw err;
|
||||
files.forEach((file) => {
|
||||
fs.copySync(file, `dist/components/vp-explorer/${path.basename(file)}`);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -11,7 +11,7 @@ import { switchSubjObj } from "../../lib/phrase-building/vp-tools";
|
|||
import playAudio from "../../lib/play-audio";
|
||||
import TensePicker from "./TensePicker";
|
||||
import Keyframes from "../Keyframes";
|
||||
import energyDrink from "./energy-drink.jpeg";
|
||||
import energyDrink from "./energy-drink.jpg";
|
||||
|
||||
const correctEmoji = ["✅", '🤓', "✅", '😊', "🌹", "✅", "✅", "🕺", "💃", '🥳', "👏", "✅", "💯", "😎", "✅", "👍"];
|
||||
|
||||
|
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue