c9-core/scripts/update-npm.sh

6 wiersze
61 B
Bash
Executable File

#!/bin/bash -e
cd `dirname $0`/..
npm dedupe
npm shrinkwrap