AppReports/build.sh

5 lines
48 B
Bash
Raw Normal View History

2019-09-02 08:29:46 +02:00
cd web
npm run build
cp -R ./dist ../html
cd ..