core/scripts/update-npm.sh
2016-06-26 13:53:19 +02:00

6 lines
61 B
Bash
Executable File

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