7 lines
66 B
Bash
7 lines
66 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd frontend
|
||
|
npm run build
|
||
|
cd ..
|
||
|
poetry run shortenit
|