Explorar el Código

Update release.yaml

abelanger5 hace 5 años
padre
commit
ea2ff5b990
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/release.yaml

+ 1 - 0
.github/workflows/release.yaml

@@ -113,6 +113,7 @@ jobs:
           mkdir -p ./release/static
           cd dashboard
           npm i
+          npm i html-webpack-plugin --save-dev
           npm run build
           cd ..
           zip --junk-paths ./release/static/static_${{steps.tag_name.outputs.tag}}.zip ./dashboard/build/*