fix: include index.html in build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0a199b554c
commit
b4c235834a
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue