mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
5 lines
45 B
Bash
5 lines
45 B
Bash
#!/bin/sh
|
|
git pull
|
|
npm install
|
|
npm run build
|