core/scripts/update-npm.sh
2015-02-10 23:41:24 +04:00

6 lines
61 B
Bash
Executable File

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