5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd doordesk &&
|
|
npm install &&
|
|
npm run dev
|