fix: build path

This commit is contained in:
cha0s 2020-12-17 00:19:13 -06:00
parent b4690a97cd
commit 1c5960f0c1

View File

@ -25,7 +25,7 @@ module.exports = {
copy({
patterns: ['flakes.png'].map((path) => ({
from: `src/assets/${path}`,
to: 'assets',
to: 'http/assets',
})),
}),
mocha(),