mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-15 02:37:03 +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
|