UNPKG

615 Bapplication/x-shView Raw
1#!/bin/bash
2
3###
4# Update apeman-commons-invocating.
5###
6
7HERE=$(cd "$(dirname $0)" && pwd)
8BASE_DIR=$(cd "${HERE}/.." && pwd)
9
10cd ${BASE_DIR}
11
12# Re-install dependencies.
13npm uninstall argx async extend findout --save
14npm install argx async extend findout --save
15
16# Re-install dev dependencies.
17npm uninstall apeman-dev-commons-releasing apeman-tmpl-contrib-official codeclimate-test-reporter coz injectmock istanbul nodeunit taggit versionup --save-dev
18npm install apeman-dev-commons-releasing apeman-tmpl-contrib-official codeclimate-test-reporter coz injectmock istanbul nodeunit taggit versionup --save-dev