UNPKG

744 Bapplication/x-shView Raw
1#!/bin/bash
2
3###
4# Update apeman-commons-compiling.
5###
6
7HERE=$(cd "$(dirname $0)" && pwd)
8BASE_DIR=$(cd "${HERE}/.." && pwd)
9
10cd ${BASE_DIR}
11
12# Re-install dependencies.
13npm uninstall apeman-commons-logging argx async extend fileconcat glob writeout --save
14npm install apeman-commons-logging argx async extend fileconcat glob writeout --save
15
16# Re-install dev dependencies.
17npm uninstall apeman-dev-commons-coveraging apeman-dev-commons-releasing apeman-dev-commons-reporting apeman-dev-commons-testing apeman-tmpl-contrib-official coz injectmock --save-dev
18npm install apeman-dev-commons-coveraging apeman-dev-commons-releasing apeman-dev-commons-reporting apeman-dev-commons-testing apeman-tmpl-contrib-official coz injectmock --save-dev