angular-cn/postinstall.sh

8 lines
156 B
Bash
Raw Normal View History

2014-09-18 14:56:38 -07:00
#! /bin/sh
2014-09-19 21:55:37 +00:00
git submodule init && git submodule update
2014-09-18 14:56:38 -07:00
rm node_modules/js2dart
2014-09-19 21:55:37 +00:00
ln -s ../tools/js2dart node_modules/js2dart
2014-09-18 14:56:38 -07:00
2014-09-19 21:55:37 +00:00
(cd tools/js2dart; npm install)