UNPKG

200 Bapplication/x-shView Raw
1#!/bin/sh
2cd sgs-front/front/ && npm run build:all && cd -
3rm -fr view/*json
4cp -fr sgs-front/front/dist/*json ./view/sgs/
5rm -fr static/*
6cp -fr sgs-front/front/dist/static/ ./static
7npm run server
8