6 lines
40 B
Bash
6 lines
40 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd frontend
|
||
|
|
||
|
npm run build
|