6 lines
45 B
Text
6 lines
45 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
cd "$RUN_DIR/server"
|
||
|
|
|
||
|
|
npm install
|