AppReports/build.sh

7 lines
62 B
Bash
Raw Normal View History

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