mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-06 13:04:10 +08:00
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
git pull
|
|
cd plugin && npm i && cd .. && npm i
|
|
quasar dev
|