mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
156 B
Bash
Executable file
7 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)
|