UNPKG

774 Bapplication/x-shView Raw
1#!/bin/bash
2
3###
4# Update apeman-dev-commons-testing.
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 glob karma nodeunit --save
14npm install argx async colorprint execcli glob karma nodeunit --save
15
16# Re-install dev dependencies.
17npm uninstall apeman-dev-commons-coveraging apeman-dev-commons-releasing apeman-dev-commons-reporting apeman-tmpl-contrib-official coz injectmock jasmine-core karma-firefox-launcher karma-jasmine mkdirp --save-dev
18npm install apeman-dev-commons-coveraging apeman-dev-commons-releasing apeman-dev-commons-reporting apeman-tmpl-contrib-official coz injectmock jasmine-core karma-firefox-launcher karma-jasmine mkdirp --save-dev