fix: include index.html in build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ashhhleyyy 2023-07-06 15:17:15 +01:00
parent 0a199b554c
commit b4c235834a
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -20,6 +20,7 @@
installPhase = ''
mkdir -p $out/src
mkdir -p $out/stories
cp $src/index.html $out/
cp $src/stories/* $out/stories/
cp $src/src/*.js $out/src/
cp $src/src/*.css $out/src/