UNPKG

580 Bapplication/x-shView Raw
1#!/bin/bash
2
3###
4# Update apeman-dev-commons-releasing.
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 colorprint execcli taggit versionup yesno --save
14npm install argx async colorprint execcli taggit versionup yesno --save
15
16# Re-install dev dependencies.
17npm uninstall apeman-tmpl-contrib-official codeclimate-test-reporter coz injectmock istanbul nodeunit --save-dev
18npm install apeman-tmpl-contrib-official codeclimate-test-reporter coz injectmock istanbul nodeunit --save-dev