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