Merge pull request #15 from logspace-ai/dev

Release 0.0.30
This commit is contained in:
Ibis Prevedello
2023-03-14 12:12:33 -03:00
committed by GitHub

View File

@ -24,7 +24,7 @@ install_frontend:
cd langflow/frontend && npm install
build_frontend:
cd langflow/frontend && npm run build
cd langflow/frontend && CI='' npm run build
build:
make install_frontend