mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:33:09 +02:00
4 lines
45 B
Bash
4 lines
45 B
Bash
#!/bin/sh
|
|
git pull
|
|
npm install
|
|
npm run build
|