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