mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-02 10:37:29 +01:00
4 lines
45 B
Bash
4 lines
45 B
Bash
#!/bin/sh
|
|
git pull
|
|
npm install
|
|
npm run build
|