8 lines
86 B
Text
8 lines
86 B
Text
|
#!/bin/sh -ex
|
||
|
|
||
|
##
|
||
|
# main
|
||
|
bundle install
|
||
|
npm i
|
||
|
git submodule update --init --recursive
|