#!/bin/bash
|
|
|
|
cp src/config-prod.json src/config.json
|
|
|
|
npm run build
|
|
|
|
cp src/config-dev.json src/config.json
|
|
|