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
commit a9bd5acee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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