8 lines
59 B
Bash
8 lines
59 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd frontend
|
||
|
npm install
|
||
|
|
||
|
cd ..
|
||
|
poetry install
|