Răsfoiți Sursa

Update release.yaml

abelanger5 5 ani în urmă
părinte
comite
ea2ff5b990
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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/*