2 lines
29 B
Bash
2 lines
29 B
Bash
|
#!/bin/bash
|
||
|
git pull && npm i
|