AppReports/build.sh

7 lines
62 B
Bash
Executable File

cd web
npm ci
npm run build
cp -R ./dist ../html
cd ..
npm ci