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