6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd frontend
|
|
npm run build
|
|
cd ..
|
|
poetry run shortenit "$@"
|