8 lines
156 B
Bash
Executable File
8 lines
156 B
Bash
Executable File
#! /bin/sh
|
|
git submodule init && git submodule update
|
|
|
|
rm node_modules/js2dart
|
|
ln -s ../tools/js2dart node_modules/js2dart
|
|
|
|
(cd tools/js2dart; npm install)
|